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
- 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