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
Regards,
Hima
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
Regards,
Hima
Hi @thima
You can try with
Use For each row in DataTable activity
Currentrow("Column name").tostring
Regards
Gokul
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.