Hi All,
I'm a NB to Alteryx and am trying to run a VBScript and capture the output. I've tested running the script from the command line and it works as expected. When I run it in Alteryx, it complains that the Read Results file doesn't exist. The thing is, the file won't exist until after the command executes.
When I look at the Run Command documentation, it looks like they are doing the same thing. They execute a command that then writes the results of the run command to a file, the file doesn't need to exist ahead of time. (Let me know if my assumption is wrong, I don't have curl installed, so I can't actually test the example)
Attempted workarounds:
#1 - Creating an empty "Read Results" file as a placeholder gives me a different error ("Error opening C:\users\.....: no fields found")
#2 - Use a Text Input tool so I could remove the Read Results step, and then read it in at a later step. When I did this, Alteryx overwrote my output file with the text from Text Input.
What is the proper way to run a command, wait for the command to finish, and then have Alteryx read the output of the file?
