I have a table full of numbers that are mostly in sequence (eg: 121,122,123,124).
However, there are some occasional entries that miss a number or 2(eg: 121,124,125,127). Is there any way to highlight these entries that are not in sequence in excel using UiPath?
It uses the Excel Application Scope, and it considers the Sequence Increment as 1 to detect missing Sequences. Check for all inputs and revert back if it doesn’t meet your requirements