Workflow logic - two conditions

Hello All,
I am relatively new with Noloco, how do you solve the following problem?
I use Noloco with Airtable.
A new user in Noloco is added automatically when he/she submits a form (‘CompanyInfo’) in Airtable, as I synced his email in CompanyInfo to a user list in Noloco.
I need a workflow that sends an invitation email ONLY after a certain procedure has run in Airtable and its result is available in a CompanyInfo field.
If I watch this latter field in a workflow, how do I make sure that the user has been created - I need something like 'Only Continue If the trigger Company Info email is a Noloco user and has a certain role.
Any suggestions?
Many Thanks
D

Hi Denis,

Have you tried to run an Airtable automation (after the procedure/result is OK) to send this email?

Marina

1 Like

Hi @dbidinost,

To add to Marina’s suggestion, you can also create a field that updates after the procedure and results are completed, which will trigger the workflow once that value is detected.

Hello
Thanks both for your kind suggestions.
It needs to be a Noloco workflow because it needs to send a Noloco invitation email.
I have an Airtable field that signals the end of procedure 1. However
it could be that it is triggered before the other condition 2. So I need to poll condition 2. Is there a timer mechanism in Noloco workflow?