Hi - I’m trying to execute two callbacks to an app (Ulysses) in a Scriptable script. The first callback creates a new sheet in Ulysses and using the sheetID from that callback, I then want to insert more information into that sheet via another callback that uses sheetID to reference the sheet.
Everything works great when I execute the script from Scriptable itself. However, when I run it via the share sheet, it executes the first callback and then returns to Scriptable, and never executes the second callback. Is this expected behavior? Any way to execute multiple callbacks in the same script when invoked from a share sheet? Thanks!