How to use the foreachlistitemconnections?

I have no idea how can i access each list item in this acitivity.

@Aniesah_Malong,

Follow this documentation:

Thanks,
Ashok :slight_smile:

Hi @Aniesah_Malong

Store the output in a vaiable as below

Check the docs for reference.

@Aniesah_Malong

In the body you would get each item for each iteration

Cheers

The output is of type Int32. It only returns the number of items processed. I would like to access the list item.

do you have a sample screenshot?

@Aniesah_Malong,

Try using Get List Items activity. This will give output as DataTable. Iterate through this Datatable to get each List items details.

Thanks,
Ashok :slight_smile:

@Aniesah_Malong

this is how you can get and use

here Col1, Col2 , Col3 are the column names

cheer

1 Like

This is it! Thanks, Anil! In my end, I don’t see the CurrentItem in the properties but it shows when I type it.

1 Like

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