Hi Team
I have gallery where user is booking a desks by checkBox
Now CheckBox Properties:
OnCheck
Set(DeskAvb, DeskAvb -1);
Collect(MultiDeskSelection,ThisItem)
OnUncheck
Set(DeskAvb, DeskAvb +1);
ClearCollect(MultiDeskSelection,ThisItem)
User can check only one desk if he will check 2 or more he will have popup window.
The glitch i have is that when user check two or more boxes and then uncheck all the collection still store a desk.
If user check desk 83, 85, 87 and then uncheck 83, 85 the collection will store desk 85 (should 87)
So somehow I am using wrongly the ClearCollection( function
When the screen is loading I am clearing the collection and when DeskAvb hit 1 I am also clearing the collection so it`s not because it left from other screen
Any thoughts please ?
Solved! Go to Solution.
Hi @m0le ,
OnUncheck try this:
Set(DeskAvb, DeskAvb +1);
Remove(MultiDeskSelection,ThisItem)
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
Proud to be a Super User!
Regards,Hi @m0le ,
OnUncheck try this:
Set(DeskAvb, DeskAvb +1);
Remove(MultiDeskSelection,ThisItem)
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
Proud to be a Super User!
Regards,So simple, thank you !
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 |
---|---|
203 | |
180 | |
67 | |
36 | |
33 |
User | Count |
---|---|
341 | |
273 | |
113 | |
74 | |
58 |