AC Flows -> New action: Wait for callback

Actually if the JavaScript function returns a promise, then the flow will wait till it is completed before proceeding.

Correctly if I’m wrong @patrick

As a background explanation- all flows steps are actually internal JavaScript promise functions.

1 Like