How to get column values one by on from mysql server to uipath

Hi
i use run query activity to get a column value
the query i used “select column name fron table where column 2 is null”

the affected column shows like

  1. 123456
    2.123456
    3.123456

like 80 rows it has

now how to get this value one by one to pass into another activity

Thank you

Hi @jai_kumar2 ,

I believe the resultant is a datatable. We can use For Each Row Activity to loop through this data retrieved. Have you tried it ?