I am trying to check if some text is null.
When I do "If (isEmpty(get_text_variable))" an error comes up that says "The operation is text empty? cannot accept the arguments: [*nothing*]"
I would think this should just return true, instead of throwing an error. Is there a way to catch a generic error like that?
Thanks,
Alex