Hello!
Is it possible to conditionally enable or disable the "Assignee authentication" toggle in the Assign a task action based on a condition? For example, if the email belongs to a Teammate (internal user) it stays on, but if it’s an External Manager, it turns off?

Or, how can I handle the error that occurs when the task is assigned to someone who is not in the tenant’s user list? The action fails when the user is not found.
I know the solution to avoid assignment errors with external users is to disable authentication, since they are not part of the tenant. However, I need all users submitting forms to be able to use the save button, and when authentication is disabled, the form doesn't save any data.