How to check if GenericValue is not empty?

How to check in while statement that while Generic value is not empty . Thanks

@AhmedKutraphali

give a try on:
isNothing(YourGenericValueVar) OrElse String.IsNullOrEmpty(YourGenericValueVar)

it will return true if the genenric value is empty

Hi @AhmedKutraphali
U can check this way too

generic_var=“”

Regards
Nived N
Happy Automation

1 Like

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