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,
1 Like