How can i return the entire response from a web request as a string, preferably to an app variable.
I have attempted to return rawResponseData in different ways, but it returns nothing.
How can i return the entire response from a web request as a string, preferably to an app variable.
I have attempted to return rawResponseData in different ways, but it returns nothing.
Type the following in the result parser, and map “response” to an App Variable:
return {response: JSON.stringify(rawResponseData)}