Convert object to datatable

Hi Team,

I am using Add New Item to list activity in one of my projects.
I am getting an output like this…

[ID,ApplicationIDs,Status,Message

477,1,False,Errors encountered while Creating item in SharePoint. | Cannot update the field ‘Status (Status)’ of type ‘Choice’ with the value ‘’.

478,3,False,Errors encountered while Creating item in SharePoint. | Cannot update the field ‘Status (Status)’ of type ‘Choice’ with the value ‘’.

]

I need to get ID mentioned from this output. Can anyone help me on this…?

Hi @jishnupnair1996

If the output of this is a datatable, use can use a for each row activity to loop through the data table and access the data in the ID column of each row using the below command

row(“ID”).ToString