Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This is the documentation for ConfiForms Server/Data Center app

However, this might also work for ConfiForms cloud and in most cases it does. But please see this page to understand the differences between server and cloud versions of the ConfiForms app.


Since ConfiForms version 2.1.0 (Release Notes#Version2.1.0) there is a new IFTTT action available at your dispatch which helps you to setup audit for your ConfiForms data.


The action is called "Audit" and fully automated



You can set it up to run onCreated. onModified and onDeleted (as any other IFTTT action)

You can set it up to run for every event or to execute conditionally, by setting up condition parameter

When an audit action is executed it creates a new record in a form named as <formname>_log. Where <formname>_log is constructed from the name of your form, followed by _log

A reference to related record is created and is stored in a field called _ref. This field is of type "Smart dropdown" and contains a reference to original record.

You can build you own views over the data stored in the audit _log forms. These forms contains all the fields your original form has in addition to dynamically added _ref field

From version 2.5.2 you can also access _event field from your audit _log forms, which has the value for the event corresponding to the audit log record


Example: Form is called "myform"


Records stored in "myform" 

Records stored in the "myform_log"

  • No labels