I have an IFTTT Macro that fires onModified to 'Delete ConfiForms Entry' and my delete filter is 'myfield:<=([today]-90)'
'myfield' is a Datetime interval field.
This is no longer working, has something changed or is this incorrect?
If your "myfield" is a datetime interval field then what date it should take for the filter - start or end date?
https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties
Alex
End date, so should I be using [entry.myfield.endDate]?
myfield.endDate:<=([today]-90)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Depends what date you want to check against, for end date in the interval you check for
myfield.endDate
You can see if the filter works by creating a view and setting up the filter like that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I changed it to that 'myfield.endDate' and it's still not clearing them. I'll try the filter view and see if I can get that to work.
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.