You can set that if you enter a property of another card, the next card will only appear, but I want to set that this card will appear when you enter multiple properties of the other card, but I can only choose 1 conditional option.
Hi @ShannaVKE,
In that case, you would have to create a custom property which is updated by a workflow:
- Create custom checkbox property, e.g. ‘Conditional card requirements met’
- Create a workflow
- Enroll records into the workflow when one of the condition fields is unknown or known (enable re-enrollment for all!)
- Branch to check whether all conditions are met
- Use ‘Set property value’ workflow action to check the box from step 1
- Use the property from step 1 for the conditional display of the card
Alternatively, you can create a calculation property which checks the conditions – this will be more reliable than a workflow. This would be a custom equation type with boolean output. Create calculation and rollup properties
Let me know if you have any follow-up questions!
Thank you, that sounds too difficult for this moment.
@ShannaVKE happy to coach you through the steps if you let me know the exact names of the properties.