The reason for asking is we are creating a smartsheet with form for training candidates to register their names, which will then create a certificate using document generator.
In order to get the certificate PDFs to have a unique file name I have added a column called file name with the formula ="COSHH Training Certificate " + Name@row + " " + [Date of Training]@row
However I would like this to be automated when someone completes the form so we don't have to go into the smartsheet and manually add this forumula to each line to get the file name.