SharePoint List getting updated in new row instead of same row

Hello Friends,
Am trying to add values from datatable to SharePoint List but the list is getting updated in different rows and not in same rows
Am using 2 for loops and “Add List Items” Sharepoint Activity

Attaching the XAML File and Output image for reference
TestingAddListdata.xaml (16.0 KB)

Output:

image

Add List Items will add new items as the name say. Check the Update List Item activity, as this you will need https://docs.uipath.com/activities/other/latest/user-guide/office365-update-list-item

Next time when you are sharing an workflow, add the full Studio project archived in a zip file (you can delete the not necessary workflows from it).

1 Like

Hi @marian.platonov,
Thank you very much for the quick reply,
Any other way other than using MicorosofOffice 365 activities

You can check this third-party package SharePoint Custom Activities Package - RPA Component | UiPath Marketplace (it will be available only for Windows Legacy projects)

Note: The above package is not an UiPath supported one. You will get help only through this Forum.

@u322805

Please check this

Cheers

1 Like

Hi @Palaniyappan @Yoichi,
Can you please guide me on this, it will be of great help. Thanks

Hi,

According to the document of Sharepoint Custom activities package, perhaps you should create the following dictionary for single list item.

Regards,

1 Like