Hello Team,
We have created a few forms in powerapps such as Submit form, form2, etc. We have two lists as submitter list and the Assignment list. The submitter list has a few fields such as Title, ID, and AssignedTo(person field).In Assignments list field such as Implementer(person field) etc.
My Scenario is :
In Submit form we have a person field as Assigned To from the Submitter list, so in this assigned to field the name, and reflection should be of the implementer field from the Assignment list.
Using formulae :
On items property: Choices([@'Submitlist'].'Assigned To') --- displays all the user's names. working fine.
Datasource is connected to Office365 User.
How can I achieve this ? Any help very much appreciated. Thanks in Advance
Solved! Go to Solution.
Use the Lookup() function on default value property of the implementer choice field. Set it to lookup the implementer for the record. Does that make sense?
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
User | Count |
---|---|
260 | |
110 | |
92 | |
56 | |
41 |