Recipes
Check if more information than expected is missing
COUNT(
CASE.missing_information_keys - [
CASE.outcome_instance.first_payment_first_name.key(),
CASE.outcome_instance.first_payment_last_name.key(),
CASE.outcome_instance.first_payment_iban.key()
]
) > 0Last updated
Was this helpful?
