Hello! I’m trying to check if a string Variable is empty or not, but is not working,
<Set name=test_var></Set>
<If check="{Get test_var}" is value="">
empty
<Else />
not empty
</If>
this should return “empty” but is not…could you help me??
Thanks