Values from queueItem entered only once into UiDemo app

Hi, I have large number of queueItems I am getting from the queueItem to be entered into the UiDemo app but it happens that it entered only one row into the UiDemo(CashIn, OnUsCheck, NotOnUsCheck), the rest of the transactionItems wasn’t typed into the app.Please how do I make the rest of the rows type into the app

Hi,

Does your workflow has an option of going back to next transaction, If no please loop back your workflow to go to next transaction from where you are fetching the queue item from orchestrator and this should solve the issue.

Let us know if this helps.

Regards,
Pavan H

I don’t get am I to add a for each loop to my get transaction Item

Hi,
Yes you can use for each loop to get the next transaction from the orchestrator queue.

Let us know if this helps, or else try with different sequence inside flow chart and loop back.
This also will work. If not let us know will give other solutions.

Regards,
Pavan H