Isemptystring

I used isemptystring ,currentdate acticity in workflow but now i am getting error because I have updated uipath studio to 2016.2.6442 version .those 2 activities not exist in this version.how to fix this

Hi,
You can use IsNothing() mehtod instead of isEmpty method…
And Also You Can use Now instead of currentdate method…

Regards,

1 Like

Thank you Hemanth