How to send/receive data by json or another method

Hello, I need to send 5 variables to a url, and that url will respond with an ID, in json it would work, but I can’t find how to do it, any example

Hey @Kuro

Sorry could you please explain more with screenshots ?

Thanks
#nK

For POST requests you can pass variables as JSON payload. Please see the below screenshot.

For GET requests, store the response in a variable and then deserialize it.

image

I’m trying to make a request with the http request module, but I don’t have it, it’s sending it right, I’m attaching a screenshot, thanks

Install the below package.

image

and use the below activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.