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.
Do you know how to get ID column from SharePoint?
Kind regards
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.
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.