Hello, I built the process using ForEachRow, but I needed to deal with exceptions, so I asked about the relevant information.
If certain elements exist in ForEachRow activity, I would like to change CurrentRow to the nextRow and get it back to the starting point of ForEachRow, is there such a way?
The ForEachRow activities I implemented are as follows.
Use a check app state activity…and on found side give all your steps or keep all your steps that are needed to be performed when found after check app state and on not found side use a continue activity
If using element exists then the output of element exists can be used in if condition and on founf and not found sides repeat same as above