Passing hidden variable from collect to aggregate

Hi,

Is it possible to pass a custom hidden variable from Collect to aggregate, other than the fixed ones (IMEI, sim number, etc)?

Thanks,
Saad

1 Like

If you use calculate type questions they are, in a way, hidden. There's the audit log functionality. Can you please explain desired use case a bit more?

I need to embed the form version number in some field in the form and get it passed from Collect to Aggregate without displaying it to the user.

+-----------+------+-------+-------------------------+
|   type    | name | label |       calculation       |
+-----------+------+-------+-------------------------+
| calculate | vers |       |     /*[1]/@version      |
+-----------+------+-------+-------------------------+
1 Like

Great, thanks! It works fine.

Is there a list of all variables which we can send through this method, other than form id and version?