Hi,
I have a requirement to send email from New form with the link to the newly created record. Here is what I tried so far:
– Use a rule that uses after form is saved trigger.
– Call a function from that rule.
– Inside the function construct the email with the link to newly created record.
– Create a separate list (which i had created earlier to make scheduled emails work).
– Create a new record in that list.
– I have aMicrosoft flow that runs periodically that picks up records from this list that hasnt been processed completely. If it needs to be sent now, it will send now and update the record as sent. If it needs to be sent on a later date, it skips it.
Creating email from within a Javascript seems tedious and harder to maintain. Its pretty much impossible for those who are not developers to update this email on a later date. Is there any other solution that you can think of or recommend that can ease this process and make maintaining such rules not hard?
The same question goes for scheduled emails as well.
Thank you,
Amal Vellappillil