Hi all,
I have SharePoint list called Employees and it contain below field;( these field are single line text and import from datavers using power automate. )
- Full name
- Email
- Division
- Operating Unit
- Approver name
- Approver Email
In canvas app, there are two drop down list called, opUnit(dropdown), Approver(dropdown)
Each dropdown list
opUnit ‘Items’ →District(‘Employees’, ‘Operation Unit’
Approver ‘items’ →District(‘Employees’, ‘Approver Name’
And I want to set their default selected item based on current user.
Ex: if current user equal to Full name, then it’s related values populate in drop down lists.
I tried someway but it didn’t worked properly. Hope your support.