Hello,
I am developing an analytical app with a CSV file output. When running the app, the workflow present the error in this subject. What could I be missing in the configuration? Here are some snap shots of the output tool and app set up, since I can't share the whole workflow due to sensitive information.
Output tool
Action tool:
Folder Browse Tool
Thank you in advance!
James Swanson
Solved! Go to Solution.
Hey @james_swanson, in your Action tool when you 'Replace a specific string', you have left the entire filepath there, including the filanem and extension instead of just replacing the directory part. If you trim that down to just the part before \<Filename>.csv and give it another try that should help, like so:
In your case, you'd just remove \TEST_ODL.csv from that text box in the Action tool.
DataNath - that did the trick! Thank you
No problem @james_swanson - glad we could get it fixed! Feel free to mark the solution so others can find it easily if they have the same issue in future, or shout up if you need any further help!