Office365 SharePoint Get List Items - Column ID is empty

Hi,

I am using office365 activity “get List Imtes” to download data from ShaerpoInt. I want to get information about “ID”. Activity return empty column.
image
image

Do you know how to get ID column from SharePoint?

Kind regards

I have found a solution.
I use for each list item activity.

ListItem object has 4 properties
-CreatedDateTime
-LastModifiedDateTime
-Fields
-Id

“Id” column in property “Fields” has null value.
To get SharePoint List Item ID we have to get it from “Id” property

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.