I have created a Microsoft form for Purchase Order Requests, when someone submits the form I would like the table on the excel worksheet to create a purchase order number, I am using a combination of sequential and random numbers to create this number.
My problem is that every time a new form is submitted and the worksheet is updated all of the random numbers are recalculated changing the purchase order numbers of other submissions.
Is there a way I can have the formula only calculate when there is a new row added to the table(a new form submission) or any ideas how I can create this number within the Microsoft Form?
I have tried using the Excel online script to create the random number and it's triggered by Power automate flow but I keep getting failed flow runs, and I can't have any failed flow runs at anytime.
Thanks for your help