Having currently issues with button onselect.
Trying to make a item button disapear from item after being pressed.
So I already thought of using my sharepoint list and added an boolean collumn to make it work unique per item.
# In Button OnSelect
Set(buttonPressed, "ButtonName")
# In Label Visible
If(buttonPressed = "ButtonName", true, false)
Once pressing on another item in my gallery the button is no more to be found.
I am using this function for my send Email button.
Once the mail has been send the button still is vissible which is not good because the user can use it again and send the data again from that item.
Check out here for my previous issue, solved by @StalinPonnusamy .
Thanks,
Badr Khaie
Student | ROC MondriaanLevel 4 | Software/Website DeveloperBadrkhaie@hotmail.com