How to use for each row activity in order to iterate through multiple values of a column using it's datatable?

how to use for each row activity in order to iterate through multiple values of a column using it’s datatable?

1 Like

@Chandni

You can try like this:

  ForEach row in dataTableName

           row("ColumnName").Tostring
1 Like

Hi buddy @Chandni

Here is a sample xaml that could help you solve this
foreachrow.xaml (9.7 KB)

Cheers

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