How to copy data to text file by checking if column having specific value after data scraping?

Data table consists data of 4 columns (name, course, fees, paid status). We have to check paid status column is having no value or not? If no value is there, then we have to copy that row no data information to a text file. Can anyone please help?

Hi @vnsatyasunil ,

-You can use the filter datatable activity to filter the Paid status column with the no value.
-Use output datatable activity to convert the filtered datatable to string.
-Write the string to the text file

Regards,

hi @vnsatyasunil

Please refer the below flow,
image

image

Regards,
V Vasanth Kumar

1 Like