Username metadata visible

Hi all,

Is there a way to make the automatically populated metadata username field visible in the data entry forms?

Thanks,

Faran

You should be able to reference the name of the metadata fields and display it in a label just as with any value.

+----------+----------+-------------------------------+
|   type   |   name   |             label             |
+----------+----------+-------------------------------+
| start    | start    |                               |
| today    | today    |                               |
| username | username |                               |
| note     | myNote   | ${start} ${today} ${username} |
+----------+----------+-------------------------------+

2 Likes