Hi! I'm trying to implement an IFTTT within my Confiform so that when the response to a field called 'status' changes e.g. from under review to prioritised, an email is sent to the owner of the original submission to tell them that this has happened. I've put an IFTTT rules integration macro within the form definition macro. See below for how it's set up. Testing with me as the owner, and no email comes through to me when I go and change the status field.
Would be great to get some help!
HI @Andrew Watt
You can easily troubleshoot the invocation of ConfiForms IFTTTs by enabling debug mode in the form - https://wiki.vertuna.com/display/CONFIFORMS/How+to+troubleshoot+and+debug+ConfiForms+IFTTT+rules+execution
In this configuration, as far as I can see the condition using the hasChanged function is incomplete... it does not check the value against the constant
Should be something like
hasChanged(status):true
Assuming you have a "status" field
Alex
Thanks Alex - that's now working. Much appreciated! Didn't know about debug mode either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.