I have just recently moved several access tables to SharePoint lists. The relationships have been built and that seems to be working well.
Where I've run into an issue is, when the Main table was brought up, there were 121 missing entries (they were deleted on purpose) so the standard auto numbering is off. I've created a column and called it Corrective Action ID and right now users are manually entering the next number in line.
What I'd like to do is take that number and have it auto-increment.
I've created a secondary table that holds just the last number used. I'd like to make a flow that will look at the current in-use number, add 1 to it and update the secondary table with it so that the next time a user enters data, it will look at the last number in the secondary file add 1 and that becomes the new number and updates the secondary file.
If you would like more info, I'm happy to provide screenshots and stuff.
Thank you