You are viewing limited content. For full access, please sign in.

Question

Question

'RunWebRequestRule_Response_Content' was not found (WorkFlow)

asked on August 13, 2024

 

I have a web rule that posts JSON and returns an Excel file. However, when I run it in the workflow and try to send the response content to an email, it always says the content is empty.

 

 

work1.PNG
work2.PNG
work3.PNG
work1.PNG (41.5 KB)
work2.PNG (15.86 KB)
work3.PNG (5.87 KB)
0 0

Replies

replied on August 13, 2024

When you add a track tokens activity, then look at the token for your response content, is it empty?

What do you mean by it returns an Excel file? Do you mean it returns a link to an excel file? If so you need to use the link it returns. The content response is just the response from the web server, it can not be an object but it can contain a download link to an object.

1 0
replied on August 15, 2024

Hello Antony,

If the Web Request Rule is downloading a file, the response content is going to be a Workflow File reference and not a token that you'll be able to use in the response body. You should be able to correctly send the Excel file if you instead attach the Web Request Response_Content token to the email using the 'Attach' button under the email body editor.

-Kevin

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.