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.
0
votes
1 Answers
0
votes
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!