Hello guys, I am doing a workflow for tracking orders in a particular visit. What I have here is I have a user order module, where i am creating orders for users, then from the visit plan module - I am creating a visit, and in the case of potential lead and end users, tagging the order along with it. Here my desired functionality is to create a pending order list, and the visits and order detail modules also should have the reference.
I am facing two issues here:
- I am doing the whole flow in a single workflow,but the workflow stops after the iterator that is at step 97, the compose lookup function. I even played with it, and whatever steps i add after the iterator, it just stops and says the workflow is completed.
The full workflow link: Hastebin
2)I tried dividing the workflow after the step 101 to see if there was anything wrong with the syntax or dataflow, this time the workflow works. But with the same trigger being in two workflows and the record being updated ,it gives stale data, but when i manually ran the workflow worked.
But the main issue is why the workflow is stopping at the step 146? Can you guys please help here?