Copy link to clipboard
Copied
Need some help please, how can I expose (sbsar) "2" only if "1" is changed to false? Thanks
Hello,
You can simplify it as:
!input["Background_Color_Auto"]
or:
!input.Backgroung_Color_Auto
Learn more in the Visible if page of our documentation.
Best regards.
Copy link to clipboard
Copied
I think I solved my own problem, is this how you would do it also?
input["Background_Color_Auto"] == false
Thank you.
Copy link to clipboard
Copied
Hello,
You can simplify it as:
!input["Background_Color_Auto"]
or:
!input.Backgroung_Color_Auto
Learn more in the Visible if page of our documentation.
Best regards.