I get this error when attempting to Select a phone number from another table in an action:
Any help is welcome.
@HCF Enclose your SELECT() expression with ANY()
ANY(SELECT(…))
Thank you @LeventK
You’re welcome