Here I get all the updated fields, like “Status”, “Name” etc
then Create system notification for each. After that I want to send email notification and for that first I should get the template for each, but if the template is not exist yet, I would like to send a notification to support team for missing template
otherwise get the template and replace the placeholders and send email.
But now the Get template only passed the found templates,
Like it gets 3 input, for two of them has template and for one of them can’t find template, then it only returns those two template and for the missing one I can’t send a notification to the Admin.
Also, in the missing Email Node, I don’t have access to the incoming item which doesn’t have a template.
How can I resolve this? I really apprecait your help.