Hi. I'm creating a canvas app. It has a gallery connected to SP List. one of the fields in the gallery I've made a dropdown for the user to update the status. But I don't know how to submit the change back to the list to only update that item and not create a new line. This is what I have now. I know its wrong, but I don't know what it should be.
Hi. The response from Keith is absolutely spot on, but if I can offer a very very slightly modified version of it? Instead of using Gallery4.Selected to identify the record you want to patch. I prefer to use ThisItem instead. ThisItem represents the current record in the gallery row, so by clicking on your drop down, you will ThisItem will be the row where your drop down is. The code would look like this :
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.