Confiform IFFT Integration rule

Gian Franco Morassutti February 7, 2025

Hi team, i am trying to send an email only when the event is modified (but specifically when the confirm form field "StatusRequest" is updated to "Completed" I don't want to send the email when other confiform fields are updated. Is there any way to set up this rule?

1 answer

0 votes
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 7, 2025

Hi @Gian Franco Morassutti 

Of course you can :-)

Depending on the StatusRequest field type a bit, but here are some examples:

- if StatusRequest is a dropdown and has an option with a label value "Completed"

hasChanged(StatusRequest):true AND StatusRequest.label:Completed

If Completed is the id (or the StatusReport field is a text field) then it can be simplified to 

hasChanged(StatusRequest):true AND StatusRequest:Completed

Also it is possible to catch transitions, if you ever interested - see documentation on hasChanged and _previousState

https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions

Alex 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events