I need that a YES / NO field to change if another is selected. How can I do it? Should I set any rules?
Example:
If delivery services is true,
Development should be true Or yes too
Thanks for help !!!
Solved! Go to Solution.
Put this code in the OnVisible property of your screen.
Set(resetToggle, false);
Next, use this code in the OnChange property of your delivery services toggle
Set(resetToggle, true);Set(resetToggle, false);
Finally, put this code in the Default property of your development toggle.
Toggle_DeliveryServices.Value
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
Put this code in the OnVisible property of your screen.
Set(resetToggle, false);
Next, use this code in the OnChange property of your delivery services toggle
Set(resetToggle, true);Set(resetToggle, false);
Finally, put this code in the Default property of your development toggle.
Toggle_DeliveryServices.Value
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
What do I do when there are more values? For example, I have more '' toogles '' so I need for example: Delivery services is ''yes'' when '' sales = yes '' and '' accounting = yes ''
In the default value, I need them to be more than 1 value. Example:
Default: '' toogle_sales.value AND toogle_accounting.value. ''
How can I make that work for me?
Is fixed with OR condition into Default Property !!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
171 | |
61 | |
32 | |
31 |
User | Count |
---|---|
337 | |
270 | |
104 | |
72 | |
56 |