Hi everyone,
Here's what I'm looking to accomplish:
I have a SharePoint list that's populated in a gallery, inside that gallery I have a few things going on:
- There's a dropdown menu that is pulling data from a choice column on a SharePoint list (in this case: yes, no, and none)
- I want to then take whatever value is in the dropdown menu and put it into a collection (This part I have done, but the problem is that the collection saves the value as "Dropdown 3", is there a way to change this or pull the column names from the SharePoint list so that the collection columns match the list?)
- After collecting the dropdown values in the collection, I want to them be able to have the user click a button in where it takes all the collected values and updates the SharePoint list.
Problems I'm running into:
- When trying to create a collection, all I have is just the collected value "yes, no, and none". Is there a way to take these collected values and match them to the column values in the SharePoint list?
- When trying to patch, I'm not sure what the proper syntax is to effectively update the list. When I try running the patch command I have, it doesn't update the values and instead adds a bunch of blank items to my SharePoint list.
I can provide code snippets to help further clarify the issues I'm running into

Report
All responses (
Answers (