Currently, if any thing or field has been edited or modified in a confiform records, it makes a audit or copy of that record in audit view. Suppose there are multiple fields ( A, B, C). So i wanted that don't make Audit or copy of history if there is edit or modification in Field B.
Conclusion, I want no audit if certain fields or values has been modified
ConfiForms IFTTT macros have a parameter that allows you to define a condition when it runs. Use it in this case :)
Thanks Alex, but i have tried a lot for this. But not able to do.
Let say, if only field B is edited, modified or updated then do not make Audit
Please help me.
Action: Choose "Audit"
Event: "onmodified)
Condition/Filter: Here's the key -!hasChanged("FieldB") (This ensures the audit only triggers if Field B hasn't changed).
I am able to apply other condition but not this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hasChanged():true AND hasChanged(B):false
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.