Hello,
I am trying to create a new folder in a specific file path and name it with the user input. I can't figure out how to pass the user input into the file name. I feel like I'm missing something very basic but I just can't figure it out.
Hello,
I am trying to create a new folder in a specific file path and name it with the user input. I can't figure out how to pass the user input into the file name. I feel like I'm missing something very basic but I just can't figure it out.
What's the file path? The folder needs a place to go. Is there a specific area you would like the folder to be created in?
Example:
Hello,
So I added the file path but what I don't understand is how to pass the variable input into name folder portion. I tried putting %Variable%Input% on the end of the file path and that just names the folder "%Variable%Input%" which is NOT what I'm trying to accomplish. I want the folder to be name whatever the user input is on the step before.
Is this what you want to do?
If so, at the end of your path you need to put the /%Variable%Input%. I think you are missing the "/"
If you want to post the full path, I can help you format it. But using your image, the path is truncated.
This is what it looks like in KM.
I knew it was user error!!! Thank you for helping me fix this.....yes, works perfect now!!!
thanks for the awesome information.