Wait feature in LocalStorage Workflow

LocalStorage Workflow does not have the option to WAIT after each step is finished.

This means that manually you have to add to the Query a DO SLEEP() statement for the steps to wait for the other to finish processing, if not, the data will not be there as the workflow works faster than the database can process.

Solution:
A simple checkbox that gives a wait signal to tell the Workflow to "pause" for a couple of seconds before continuing to the next step.

1 Like

You mean, like this?

1 Like

Yes, something like that