Hello,
I’m using cutoms javascript workflow to request and synchronize with external tools/API.
In this case, I’m updating a sheet from netsuite data. I call a custom API that get the data from netsuite and create record for each data on a sheet in ragic.
It seems that i reach the timeout of the methods : utils.postURL()
Here is the error i got:
Do you know the timeout of http request from util ? Can i configure it ?
Thank you for your help.