Update a cell with a value and watermark the value on a pdf

Hello everyone,I am currently updating our processes to be a bit faster.
I have already built a scenario where an incoming invoice is forwarded through the modules,gets its data extracted and put into a Sheet.

But I am struggeling to have incrementing numbers infront of the row.
I need these numbers (A3) to be incrementing after each new invoice updated into the sheets.
This number should then be printed onto the .pdf file and have it saved in another folder.

Any help is welcome!


Hi,
You would want to start by searching for existing rows and sorting them in descending order. Then use a numeric aggregator to get the highest number (like Total bundle number) from these rows and add 1 to it…This would basically help ensure that every new invoice gets a unique, incrementing number
Cheers,
Harsh

1 Like