After updating to latest I’m having an issue where a step with a condition based on a checkbox is no longer working. When the checkbox is checked in step 1 it skips the second step that has this condition:
Here’s a simple example:
nature-photographers-network-wizards-1722698255.json (488 Bytes)
Thanks David - much appreciated! Hopefully we can look at this shortly.
angus
August 5, 2024, 4:00am
3
Hey @davidkingham , you have to us the is
connector to ensure the reliability of truth conditions. So change this
to this
See further
Conditional settings behave differently depending on the conditions you give them. You can spot conditional settings by their grey border.
[image]
Each condition can have 3 parts
[image]
A type
A set of key-value pairs (see “Pairs and Connectors” below)
An output.
Different condition types have different combinations of these parts.
Types
There are four types of conditional fields. For each conditional field, you typically can only select one or two types.
Conditional (“If”)
If the key…
1 Like
Thanks Angus, that did the trick!
2 Likes