Hello,
Currently I have multiple formula tool used through different data sources in my workflow
But that formula tool has the same logic used applied.
It basically has the location to store the file.
The logic used in the formula: "C:\Users\abc\Desktop\folder\folder2\Output\"+[Group]+".xlsx|check"
I would expect "C:\Users\abc\Desktop\folder\folder2\Output\" part of the formula to be added dynamically by the user. The rest is constant.
I want to make the location of the file dynamic as when the user runs using the Analytics app. They should be able to enter the location of the file and then that text should be used in the formula tool.
How can I achieve that?
Thanks!