More conditionally cards

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:

  1. Create custom checkbox property, e.g. ‘Conditional card requirements met’
  2. Create a workflow
  3. Enroll records into the workflow when one of the condition fields is unknown or known (enable re-enrollment for all!)
  4. Branch to check whether all conditions are met
  5. Use ‘Set property value’ workflow action to check the box from step 1
  6. 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.