Hello Team 🙂
I am starting using Power Apps few months ago and I am struggling with an issue with it. I have a choice field with predefined values (Completed, Acknowledged, Received). I defined the faultselectedItems=Received and I want that the status changed based on the toggle. In other words, if the toggle equal to true, the choice field should be changed to "Acknowledged). I have tried different scenarios, but no one replies to my needs. Any help?
Thanks,
Sabrina
Solved! Go to Solution.
Put this code in the DefaultSelectedItems:
If(Toggle1.Value=true, {Value: "Acknowledged"}, {Value: "Received"})
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Put this code in the DefaultSelectedItems:
If(Toggle1.Value=true, {Value: "Acknowledged"}, {Value: "Received"})
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@mdevaney Thanks for your reply. I have tried this condition too, but in this case, I am not considering anymore the "completed" status . More specifically, If a user change the status to "Completed" and save the sharepoint form, the defaut value will be always "Received"....
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
247 | |
82 | |
36 | |
30 |
User | Count |
---|---|
299 | |
267 | |
117 | |
66 | |
45 |