Browser.AI data extracting

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 It doesn’t come to the make.com.

I’m thinking that when you make the call to Browser.ai, it takes around 1 minute to execute fully yet on Make.com executes it fast and returns empty.

Is there a way to fix this ?

Hello :blob_wave:,

I believe the “Run a Task” module simply runs the task and is not checking whether it is finished.
Thus it does not output all the info.

You can, however, use the “Make an API Call” module with an API call to this endpoint to get actual information about the task state.

You might then use the “Run a Task” module to start the task, use the “Sleep” module to create a small delay (e.g. 2 minutes) and then the API call to get the info about the task.


I hope it makes sense.

Cheerio :cat_roomba:

3 Likes