Email Update

Confluence User - 29 Aug, 2023

if a particular field is updated in a form is it possible to send an email when the value is updated in that particular field.

emailtools

2


29 Aug, 2023
confluenceUser
confluenceUser

You can use the Form Builder > Settings > Post Processing Tool to link to an Email Tool to send the email notification out.

30 Aug, 2023
confluenceUser
1
confluenceUser

I have a solution, It's not optimal but if you want to do it
You can add a script that detects the change in the field and based on the change it puts a "Yes" or "No" in a another field (changeDetected), attach a workflow variable to changeDetected field. 
Then use a process to check if changeDetected has the value "Yes" or "No" and then based on the decision send an email 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print