Hi All
I currently have a process where an excel list is uploaded, to a PowerApps a flow runs which adds all the users into a SharePoint list.
I have another SharePoint list that has all the asset number, Status and role :
| Asset Id | Status | Role |
| 0001 | Assigned | Grad |
| 0002 | Unassigned | Manager |
| 0003 | Assigned | Manager |
I currently have a form setup for single users, and depending on the role selected and whether the status is available it only returned those assets.
This is on the select asset box of the form: Distinct(Filter('Asset List',Role = Dropdown1.Selected.Result && Status.Value = "Unassigned"),Title)
What I then want to do is bring all the items uploaded into a gallery so that assets can be auto assigned, which would have dropdown in each record and depending on their record and the above formular would automatically select an asset for them.
I believe there is a shuffle function but not had great success so any help is appreciated
Thank you

Report
All responses (
Answers (