I am downloading data from a website through Command tool using curl.exe
It has been working fine, but when the data got updated on the website, it doesn't reflect the changes on Alteryx.
I manually downloaded the data using the same url, and it gives me the correct data.
But when I use the alteryx, it gives me old data.
Any idea why this would happen?
why are you using a Curl command in a run command instead of the Download tool? Assuming your workflow is updating a curl command from command line in Alteryx should be the same as outside of Alteryx.