Having an issue with looping through all the records


I have a 4 sequence that runs each part of primary, primary, address and date, the process runs in each with a “break” and I wanted it to return to the 1st sequence Primary PID Primary NPI to run the next PIN # in the excel DB, but it only runs one sequence so I must have this set up wrong?

You don’t have a loop.

Sorry A Loop? do you mean a loop that encompasses the 4 sequences?

@jeff.shubzda

Yes, all the 4 sequences should be inside loop. If input data is DataTable then use For Each Row activity and keep all 4 sequences inside of it.

1 Like

Yes. You said " [Having an issue with looping through all the records" but you don’t actually have a loop set up.

1 Like

There are various ways to loop in UiPath btw. Which one you should use depends on your goals/needs. Do While, While, For Each, For Each Row, Flowchart…

1 Like

I have applied a for each, the strange thing about that is it goes back but ignores the input the next PIN in the row and jumps to the click the link under "payer contracts which is privilege’s

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.