Hi, I configured this arcade expression in a QC project:
${arcadeExpression: var dateDebut = $feature.date_debut\n var dateFin=$feature.date_fin\n return DateDiff(dateFin,dateDebut,'seconds')}
but when a new record is sent, the value calculated with the expression is left empty.
How the arcade expression in QC is supposed to work?
Thanks in advance
Joanne