Limit what the user can select

0
I’m having some trouble figuring out how to go about this: I am making a project planning app and firstly you can create a project, and assign people to the project. After that you can create tasks for the project, and assign a team member to the task. However, instead of showing all the people in the dropdown, I only want to show the people who have been assigned to the project. But at the moment it shows all the people, including those who aren’t assigned to the project. How do I go about this??    
asked
1 answers
0

Hi Bethany,

 

I don’t know how you are currently retrieving the possible users in the dropdown, assuming you are using a microflow you should filter the retrieve by  the association between the project and the users.

 

let me know if you need more help :)

Andrea 

 

answered