Hi, I’ve recently had a couple clients complain about workflows not always fully completing or partially completing.
For example, I have a workflow setup for a client that duplicates quotes. Fairly simple setup.
- User triggers duplicate action from original quote
- Action creates new quote with a boolean to true for « currently duplicating » status and triggers workflow.
- Workflow loops trough original items and add duplicates to new quote.
- While adding items it also has nested loops to add duplicate items options.
- Last workflow step sets column value of new quote boolean to false for « currently duplicating » status.
While testing, I tried duplicating the same quote multiple times without doing any edits to it and the duplicated quotes we’re all different. Some were missing items or options, some were fine and some were not setting the boolean to false so the quote appeared to be endlessly duplicating.
Using glide regular tables.
Anyone else experiencing inconsistencies in looping workflows?