I would like to store the user input string from a text box as a column name in a formula tool
My application takes in 2 files and the user will name the files, I need the names of the files so the user can know which data is from either file in the output excel sheet. I am having trouble storing the input, my workflow will only hard code whatever name I type in the formula tool instead of replacing it with the user input string.
I have included a screenshot of my workflow below