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)
Hey @eka24 and @Robertjde I am sorry for interrupting you but i have the exact same problem and tried to use your solution which sounds great, but unfortunately in my PowerApp this doesnt work. I still have the ability to click the "like" button more than once (with my screenshots you can see what i have changed in my App). Do you maybe can see my mistakes i made here? Thanks for help
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
170 | |
94 | |
65 | |
64 | |
61 |
User | Count |
---|---|
226 | |
162 | |
93 | |
82 | |
81 |