If / Then Logic with form elements

Is there a way to use a True/False Toggle to direct a button to link to another page or not?

Hi @ThunderBlade,

Not directly.
T/F toggle toggles some property in some record. Then, you can use the value of this property to make action conditional.
Usually “helper” properties in Users collection are created for this purpose, and you can use Logged-in User → propX to make action conditional.

In case if you can’t use Logged-in User, and if there is no Current Y record on the screen, you won’t be able to use toggle. Use a workaround with 2 icons with conditional visibility + hidden input to store value instead.

Best,
Victor.

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