question 1:
Is it possible to send an email depending on answers in the form.
The trigger of the scenario is a form being filled out. The email should be sended to a person, when on a certain date, which is asked for in the form.
If this is possible: how can i put this in Make?
question 2:
Is it a problem, or is there any conflict when the form is being filled out by someone else in the meantime, before the email (from question 1) is being sended? Or does it not conflict, when somebody else fills out the form, while the first emails waits to be sended?
Sry for bad englisch - i hope you unewrstand the problem.
You can schedule a cron job callback using apps like 0CodeKit that allows you to schedule a “callback” to a URL defined in a “Custom Webhook” trigger in another scenario at the exact time you want
If you are using the above method, there is no conflict since you can pass the current person’s email/other data in the Data field, which you can use in your second scenario to email the correct person.