Yes ๐ You can do that with a Loading Requirement on the text element.
Use:
- Is Number
- Compare mode:
equals - Number: your variable value
- Compare with:
1
If you want the text to show when the variable is 1 or more, use:
- Is Number
- Compare mode:
bigger-than-or-equals - Compare with:
1
If you need different single-line text depending on the value:
- make two Text elements
- give each one a different Loading Requirement
- one for
equals 1 - one for
bigger-than-or-equals 2
- one for
If you want, I can show you exactly how to set it up with your variable name.