I’m having issues with an automation. There are two collaborators. Their client’s submit forms every week. They would like to get an email when the forms are submitted.
They only want to get notified of the forms they are assigned to as a collaborator. This is where I’m running into problems.
What I’ve tried:
I’ve tried setting up one automation that’s triggered when a form is submitted and inserting data from the previous action to get the email from the collaborator in the “to” field. It doesn’t pull their email. I get an error saying “the to field is empty”.
Then I tried creating a different automation for each collaborator that would trigger when a form is submitted.
I used the “find record” action and added a condition to filter the collaborator. This time I typed out the email in the to field.
However, when I submitted two different forms assigned to two different collaborators, the automation for Collaborator A ran and sent an email for a form that had already been submitted.
I thought the “find records” action would only find records from the previous step in the automation but that’s not what happened.
Is it possible to notify specific collaborators when a form they have been assigned to gets submitted?