Good afternoon, I'm very new to using ConfiForms (we're still using the demo to see if we want to purchase or not), and I'm having a bit of trouble with the IFTTT function.
I want to set up an IFTTT where, if the value in one specific drop-down changes from "A" to "B", an email is sent to all watchers of the page, indicating that that value has been changed (essentially, we're setting up a help ticket function; once the ticket has been addressed, you move the status to "Closed," and watchers are notified of the ticket's closure).
Unfortunately, I simply cannot figure out the proper syntax for that within the IFTTT macro. What would I enter into condition/filter field to get it to do this?
Aitäh!
Hi
You can check the https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
and hasChanged function in particular.
Together with _previousState it can help you to catch the "transition"
hasChanged(MyStatus):true AND MyStatus:development AND _previousState.MyStatus:requested
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.