I am trying to add a hidden field on Confluence Forms that will bring the response of the date of submission / created date. I have been able to get the response of the user name via $user.fullName and the user email via $user.email but have been unable to get the date. I have tried $issue.created, $now, $issue.created.jqlDateTime and I am not getting a response.
I just want the date of submission.