I have a simple flow triggered by adding a row to a SharePoint list.
All it has to do is:
a. Calculate a value from the data in the list row. (No problem)
b. Add that data to the "Approvers" column - in the same row.
However, the "Update Item" connector seems to require that ALL the columns are updated, as shown in the image.
Q1: I only want to update a single value - is there any way to do this?
Q2: If not, how do I handle choice fields???
- as shown, the form requires a value to be set for "Company Value", and I can't set it to a dynamic value like the other fields, so it seems there no way to preserve the data. Is that right?
This seems to make the flow impossible to implement...
Q3: Where is the official documentation for this connector?
- The most detail I can find is here, but it's next to nothing...
SharePoint - Connectors | Microsoft Learn
Edit: I see - so you have to embed images for it to work... Got it.
Thanks.