Hello,
I have a flow that creates a word document based on user input from a form. When creating a file, I want it to generate the file name based on two separate parameters from the user input.
I want to take two separate values from my 'get response details' step and use them to name each file created in the 'create file' step. There won't be an issue with file names being the same as one of the values is unique. Any idea?