Hello,
I am trying to automate a workflow that can accept a CSV coming from Outlook. The CSV I need is accessed from opening a URL housed in the Original CSV.
Does anyone have any experience automating this process?
Thanks,
Sierra :)
Hello @SierraZizzo
Could you take the URL contained in your csv and pass the value(s) through to a download tool? This should allow you to access the data set!
@SierraZizzo See workflow attached. What I've done here as an example is pull in the CSV file that contains the URL using the Input Tool and then pulling in a Dynamic Input to read that URL in the csv file.
If this helps solve your question, please mark as solution so others can follow as well