I have a flow which adds a new row to a dataverse table called "Projects."
I need to populate one of the new fields in the Projects table with the next available incremental number from the column "Master Project #"
I can retrieve the max number in the column "Master Project #" by using "List Rows" and sorting by the column in descending order & using a row count of 1.
My trouble is that I then need to insert this number into the "new row" step without turning it into a "for each" step.
Is there a better way to retrieve and use the highest number in the "Master Project #" column plus one?