I have a PowerApp associated with a SharePoint list access through Edit Form in list from SharePoint Online. I have an image I would like to use as a button. When said button is clicked I want to set a value in the list to update the list value.
Asked
Active
Viewed 807 times
1 Answers
0
Once you have a form connecting to SharePoint, do the following:
- Use the OnSelect function of image control to set a variable value. Image control documentation is here.
- Unlock the data card from the form, which value should be changed be the image.
- Set the default property of the unlocked datacard to be the variable.
Happy building!

Community
- 1
- 1

user10199063
- 91
- 2