How to check and update the text field, if the text field is empty

Hi all,

If the text field has data do nothing.
If the text field does not have data or string update the excel sheet data.
How to do this. Please help me.
I used element exist along with if condition , type into. Its updating the null string as well as text field has data that should not happen.

Thanks & Regards,
Lakshmi

Hi @lakshmi.mp ,
use “get text activity” and check if its null or not, on that basis you can do the excel operation.

Thanks & Regards,
Shubham Dutta

1 Like

Hello @lakshmi.mp ,
Check the properties of type into, it may helps you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.