Ho get row value in datatable

Hi All,

I have datatable with 2 coulmns i need to fetch based on column a row value corresponding B coulmn row value how do to that

Example:

Column A Column B

Status: Inservice
Account Name: John
image

Regards,
Hima

Hi @thima

You can try with

Use For each row in DataTable activity

Currentrow("Column name").tostring

Regards
Gokul

HI @thima

Have you tried with lookup datatable?

Regards
Sudharsan

@thima

Regards
Sudharsan

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