hello @ all
i have one button per column in my inspection check gallery to transfer the results to my database.
Now it happens that the results of the check are transferred twice because the user can press them several times. For this reason, after pressing the button once, I would like to disable the button, but only for the button in the relevant column.
I am thankful for every help
Solved! Go to Solution.
Please try this (See Attached):
At the beginning of the OnSelect of the Button:
Unfortunately that does not work (see screenshot).
"Value" is not recognized.
It works, but all the buttons in my gallery are disabled, so unfortunately not the solution to my problem. I just want to disable the button for that column in my gallery which is selected.
Please try this (See Attached):
At the beginning of the OnSelect of the Button:
Yeah, it works !!! I only used one variable on Onvisible of the screen and it runs great.
Thank you @eka24 for helping me
Here again for everyone in the community:
Set to Onvisible of the screen:
Clear (DisaButton)
At the beginning of OnSelect of the Button:
Collect (DisaButton, ThisItem .XY)
Then in the Displymode of the button:
If (ThisItem .XY in DisaButton, DisplayMode.Disabled, DisplayMode.Edit)
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
212 | |
209 | |
85 | |
57 | |
36 |