Hi,
I’m using Browser.ai Run a Task module to extract some data. The Robot created from browser.ai is returning 3 parameters, but they aren't coming through to callin.io.
I suspect that when callin.io makes the call to Browser.ai, it takes around 1 minute to execute fully. However, on callin.io, it seems to execute quickly and return empty results.
Is there a way to resolve this?
Hello
,
I suspect the “Run a Task” module just initiates the task without verifying its completion. Therefore, it doesn't output all the necessary information.
However, you can utilize the “Make an API Call” module to interact with the endpoint here to retrieve the actual task status.
A possible approach is to use the “Run a Task” module to start the task, followed by the “Sleep” module for a brief pause (e.g., 2 minutes), and then make the API call to get the task details.
I hope this clarifies things.
Best regards