We’ve got several automations running that hit API’s and update records.
Often times they run fine. Other times, they fail with this error:
ERROR
Error: Isolate is disposed
on line 1
Line one is updateArray.
This is the array:
let updateObject = ...
Hi Chester,
This is incredibly helpful.
QuickNubeQuestion: What is the best way to transform the linked table array (“subject_university”) into a use-able string (ie. RECORD_ID()=‘recdue1JThlUfZAxN’, RECORD_ID()=‘recQonQJr8LSTvVRX’,) ?
…without havin...