Hi, I'm trying to generate a unique ID based on a submitted form.
I want it to be in the form:
processID-submissionID-submissiondate for example
105-1044-20170224
The first two (process and submission ID) are no problem as I simply used the tokens. However, for the submission date, the token for that shows for example "2/24/2017 4:46:56 PM".
So I have
105-1044-2/24/2017 4:46:56 PM
Is there a way I can make it so the date shows up as desired? I want it so that the reviewer of the form sees the form's ID when reviewing it. Everything works correctly except for the formatting of the submission date.
Thank you