Hello! I have a project where the bot has to process an Excel file with thousands of rows and to add a twist, each row with the same column value (See below sample) should be processed as a single transaction.
I am having a hard time formulating a proper design but any tips or tricks are really appreciated particularly how can I group these rows as a single transaction.