...
- Update hidden field
- IFTTT Rule to send an email is set on "onModified" event with condition to check the "hidden" field was updated
- Another IFTTT rule to reset the status of a hidden field, so next time you can trigger the email again
Form configuration in the editor looks something like this
ConfiForms Form Definition | ||
---|---|---|
| ||
--- This IFTTT send an email when this condition is met: send:true AND hasChanged(send):true Hi Another email coming from Somebody is testing :-) --- This IFTTT resets the value of "send" field to empty |
...
ConfiForms TableView | ||
---|---|---|
| ||
When "action button" is pressed the email like this is sent to "user"
Storage format for the solution
...