Hi ,
I want to check on the fields only camera trap that was not verify for at least two weeks (14 days)
The survey was posted using survey123 connect desktop application
In settings - instance name i put : if(${EditDate} - today() >14*24*3600*1000, concat('<font color="blue"><i><b>', ${toponym}),concat('<font color="red"><i><b>', ${toponym}, '</b> '))
The error that I get is EditDate - is not a survey field (and is not, but on server also is registered the EditDate of each camera (installation, verification - multiple times, and uninstall camera))
The action made on the cameras are stored in a related table but the EditDate from main table is changing every time i make new record on the related table.
So in the list of records (inbox in survey 123) i need to know witch site (location of camera) are not visited over 14 days.
Thank you
Adrian