Page 1 of 1

Info on form to rename file

PostPosted: Tue May 28, 2024 12:22 pm
by GiLLiGaN
Hello

I have form with identification of the person. On the first line, i have Name with the real name under. On the second line, i have email adress, and the person wrote is email under.

Is that possible to rename the file with the real name of the person ? If yes, how to do that please.

Thats what it look :

NAME
Gilligan Island

I heed to rename .pdf file with : Gilligan Island.pdf.
Thanks for your help
GiLLiGaN

Re: Info on form to rename file

PostPosted: Wed May 29, 2024 10:48 am
by Mr_Noodle
One thing to try is that the "anything" token matches any text up to a newline. So to grab a line of text, you can specify the anything token. After that, you can then specify a custom attribute which the "anything" token as the pattern. This would then match the second line and capture it into that custom attribute. You can then use that custom attribute in a Rename pattern.