Hello Everybody,
Im working in Studio with a sharepoint list and want to add a item. How do I do this?
I want to create a SAP Project Number. Get this number with UiPath and then put it into a SharePoint list. Anybody can help? I dont know where to put the variable with the number into this Activity (Add List Item)
thanks
Hi @Charly-Moreno,
You can use O365 package to interact with list items.
And you would need to know from your business - the structure of the list items. what columns are there already. and which column on th elist, SAP project number needs to be entered.
First, manually try to access the list items by navigating to sharepoint list. Understand its columns/structure and then do the needful via activity.
Regards
Sonali