Using JSON Data to fill forms

Hello, I’m wondering if it’s possible, and if so, how, to read JSON data from an API end point and use that data to fill a form. Similar to reading from a CSV file, but instead the data source would be the JSON data. I’ve been able to get the JSON from the end point using storeText but that just stores it as a big string. Where do I go from here? Am I missing something? Thanks in advance!

You can use the XRUN command to all any script. So you can call e. g. a Python script that talks to the web api and then saves its output as CSV file. Then the RPA software can read it.

Ahh, good call. Ok thanks!