I have a Zap that watches a Slack channel for a message with a URL in it from a specific account, which contains a CSV file. The message looks like this:
beta-new-users: >long secure URL here]
I use ExtractURL to grab the file from the above, which I then use to attempt to parse the CSV file
this creates an error:
now, i have tried literally pasting in the exact same URL into the CSV file manually (so instead of the variable, its the actual https://abcde….xyz
When I do that it works exactly as expected.
Any ideas?
Thanks!!