I have a IFTTT that creates a page, however I only want to fire this when a certain field is populated. I currently have it filtered like ![entry.MeetingDate]:[empty]. Any suggestions?
!MeetingDate:[empty]
or may be even a bit better, catching the change
!MeetingDate:[empty] AND hasChanged(MeetingDate):true
Hey Alex,
Does this work for drop down Confiform fields?, If you dont select anything it classes as empty?
Can you set to fire if the field contains certain words?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes of course
Can also catch transitions (value changes)
More on filters
https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Filters
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.