Hi!
I’m trying to write an automation that updates or adds new records received via http.
I am using a loop and await fibery.createEntity.
But it takes a long time to add records one by one. and after 60 seconds the script stops without completion.
How can I add many records at once?
graphQL has “createBatch”, is there an analog for JS scripts?