How to read 5th column in for each iteration?

Hi There,

I’m have Table Extracted, in which there is 6 columns available.

In for each row iteration, I want to get 5th column details only.

I have used row(“Narrative”).tostring but it is showing error as Column ‘Narrative’ does not belong to datatable.

Even though i have used same column name.

Here I want to try by giving Column Index like ( Column 5)

How to achieve this ?

Thanks,
Muralikrishna

@Muralikrishna_Surve ,

Could you Check in the below manner :

row(4).ToString
1 Like

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