My test scenario so far...
- Upload a document from a specific team to a specific SharePoint doc library.
- Columns in the library include; Name, Team, Modified, Modified By, SME, and Approver.
- Name, Modified, and Modified By will populate automatically from the uploaded document.
- I want the options for SME and Approver to be automatically based on the Team selected.
Examples:
Document is uploaded for Team A, and the SME options are Person 1, 2, 3, or 4. Because it's a document for Team A, the Approver options are Manager 1, 2, or 3. The SME and Approver values' only connection to each other is they are both part of Team A. SME might not always be the same value. Approver might not always be the same value. Because it is a Team A document, I want the options for SME and Approver to automatically be just the Team A options.
Document is uploaded for Team B, and the SME options are Person 5, 6, 7, or 8. Because it's a document for Team B, the Approver options are Manager 4, 5, or 6. Again the SME and Approver values' only connection to each other is they are both part of Team B. SME might not always be the same value. Approver might not always be the same value. Because it is a Team B document, I want the options for SME and Approver to automatically be just the Team B options.
Ultimately I'll be leveraging these fields to route a Power Automate flow, to alert the SME of the document for feedback and ultimately to the Approver for final sign off.
I'm appreciative of any recommendations, thanks in advance.