[Solved] Storing url response to a variable

Hi,

I want to send an url request to a website API and store the response in a variable.

This is what I have done:

1. Declare a global variable to store the response.
2. Put a “Send url request” action into the “Start scene” condition.

The url request is already tested and it is retrieving data in a web browser.

Problem here is that I can’t choose the already created variable into the variable parameter of the “Send url request” action because variable list displayed for this action is empty.

I need to know what I’m doing wrong before considering it a bug, so I need your experience to solve this isssue.

Thanks in advance.

Hi,

If a variable is not shown in the variable list, it’s not a problem you can type it directly into the parameter text box.

Thanks Victor!