Hello everyone,
I am currently working on a workflow for recognizing consecutive invoice numbers.
Basically, the invoice numbers of different suppliers from different financial years are to be checked to see whether they are consecutive. Based on this, a quota per supplier and financial year is to be calculated and a ranking created.
I have managed to create a workflow that (only) checks the invoice numbers of one supplier and several financial years.
At the moment, I don’t know how I can design the workflow so that it shows me the result for all suppliers, as I would like to know how high the proportion of consecutive invoice numbers of all individual suppliers was and what ranking they have.
I also have the problem that different suppliers have different invoice numbers. These can contain dates, special characters etc. (e.g. AC-2023-001). For my workflow, however, I absolutely need the pure numbering (here: 001). I have used the “string manipulator” node in the curren workflow and removed the first 8 characters. However, I cannot map all individual scenarios. Is there a solution for this?
I hope that you can help me to solve the problem(s).
I have attached the current workflow and the two tables (a single supplier / several suppliers).
Best regards
DA
Check for sequential INV numbers.knwf (240.6 KB)
Sequential-Test Data.xlsx (14.5 KB)