Hello guys. I have a question. I have a workflow that works in for each row in data table. I need to give a user the chance to go back. Lets say, that he is in datarow13, i need him to get the chance to click a button, and go to datarow12. Is it possible?
within the for each we cannot edit / manipulate the iteration flow.
But depending on details we could setup such a scenario with a do while / do loop where we can control loops index and loop condition
Maybe you can tell more about the use case as also other strategies can be checked for it
The main idea is, that there is an excel file with data. I use for each row in data table and some if activities for a user to manipulate the data. There is an input dialog with multiple choices. It depends on what the user choosees, the data gets manipulated in different ways using ELSE if activity. But my problem is, that I want to give the user a “step back” choice to go back one row and if he did a mistake - redoo it.
The process is a really long workflow. If i didint explain good enough, I can give you the workflow in private and chat there, because it has a lot of confidential data.
In such scenario we recommend to have a look on the different options we do have for interacting with a user
- input dialog, Forms
- Actions
- Apps
when staying close to your implementation then porting it to while / do while as mentioned above could work
Ok, thanks, ill check them out!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.