Afternoon,
Hopefully I am asking this in the right location.
I am trying to automate a number incrementing system in sharepoint with flows and not having much luck. It needs to be based on 2 columns. The type Column is a dropdown. If set to internal, it needs to give the next plan number (1, 2, 3, etc). If set to external it needs to give a unique number from a excel table that can only be used once. The excel table currently has 2 columns, one with the unique numbers and the other with a dropdown that says used or available.
Example
Job Number | Type | Plan Number |
111 | Internal | 1 |
111 | Internal | 2 |
111 | External | EX1 |
222 | Internal | 1 |
222 | Internal | 2 |
333 | Internal | 1 |
333 | External | EX2 |
333 | Internal | 2 |
Hopefully someone is able to help with my issue
Cheers