Lesson 3 Practice 2

This activity on data table filtering creates a variable of type ‘array of datarows’ - Datarow. How do I print the values stored in this variable using writeLine or message box activity?

Hi niranjan,

Use “for each” to display the filtered rows.
For Each iterates through an array of datarows here, so we need to have the datarow as TypeArgument.
So you can print each item now as shown in attachment. Hope this will help.

Thanks,
Girish

1 Like

Hi Girish.

Attachment is missing.

1 Like