Hi,
I have a form that make a calculation based on the existing data in a feature layer.
pulldata("@layer", "getValue", "attributes.totalCount", concat(${_url}, ${_urlParams}, "&t=", now()), concat("PSPM_Year=", format-date(now(), '%Y')))
It works well when data is collected in a new form.
In the same survey, when the form is retrieved from Inbox the pulldata field remains blank.
I tried also to change the calculationMode but nothing changes.
Is there any issue with Inbox?
Thanks!