Error After Delay

Status: Open · Asked by Mapa Carimbado on · 0 views

mapacarimbado — Question ·
Task History ID: IjU3NmMwNTZkMDYzMDA0MzM1MjY0NTUzMjUxMzU1MTZiNTQzOCI_3D_pc

I'm having trouble with data after delay, because says it is empty.

But the data is working fine before the Delay. How can I make this right?


Arshil Ahmad — Reply ·

Hi @mapacarimbado,

The issue you are encountering arises when there is an Iterator and Delay in the same workflow. To resolve this, you need to break your workflow into two separate workflows with the help of a Data Forwarder. This will ensure that the Iterator and Delay are in two separate workflows, and you won't encounter the mentioned issue.

youtube.com/watch?v=JwjWx7vx0hE

I suggest that you add a Data Forwarder before the Delay steps in your Router. Then, forward the data to another workflow and set up the remaining steps in that new workflow to which you are forwarding the data.

Back to all forum threads · Log in to reply