I have now used Get List Info and Get List Items activity in order to get the current list (as datatable), and with for each loop I modified its content. What activity should i use to overwrite the existing list with the modified datatable? Add List Items…? Could someone help me how to use this activity, what parameters etc… Or is there another way to do this. I did not find a proper example…
How to Update Sharepoint List fields? - Help / Studio - UiPath Community Forum
You can use update list item!
1 Like
i automated something similar in the past i guess
within a for-loop, what iterates through all elements a specific list has, i iterate through every field the listitem has. extracting information i need etc.
for example i use some fieldvalues and overwrite them with new values if needed
after im done, i just update the listitem with the activity below and all changes are getting updated in sharepoint immediately.
hope this helps
1 Like
Do you if it is possible to add data to a list item when the column is hidden?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.