How to convert datatable string to boolean

hi all,

Need your help to sort it out my issue. thanks

Problem: i have compared 2 data tables and result with data table sting. and i want to convert to Boolean activity whether output result have or not. anyone can help to advice how to change? thanks

1 Like

Hi @Krisdmail

Instead of converting to datatable set a flag as boolinput=true and boolinput=false in else condition

Thanks
Ashwin.S

Hi @Krisdmail

you can create a boolean variable and check the output result if empty or not then set the variable true for your desire action.

cheers :smiley:

Happy learning :smiley:

5 Likes

Thank you so much … I have done this… it’s working fine @pattyricarte

1 Like

Hi @AshwinS2 …Thanks for your advice…

Hi @Krisdmail

No worries Happy to help here. :smiley:

cheers :smiley:

Happy learning :smiley:

4 Likes