Conditional Display Logic in Interfaces
planned
Stanley Tate
See short 20 second Loom for use case.
Yaniv Tross
planned
Yaniv Tross
Hey Stanley Tate,
That's on the roadmap (along with a ton of other interface improvements).
In the meantime, the workaround is to use two interfaces with a branch:
- Have all the fields required for everyone in interface 1
- Add a branch based on inputs from the interface (for example - one branch for "do you want to reassign the current task" = yes, and one for = no)
- In the branch for "yes" add a second interface with blocks for the additional info.