Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Auto download CSV from Online Tableau database to Sharepoint

(0) ShareShare
ReportReport
Posted on by 2

Is there a way to create the following flow:

- open a Tableau database from a link,

- download the database in a CSV or XLSX format

- save to Sharepoint folder_1 with filename_1

- save to Sharepoint folder_2 with filename_2

- repeat every Tuesday at 8:00:00AM AEST (GMT+10) ?

New to Power Automate, looking for a very dummy friendly step by step. 

Thank you so much! 

  • Michael E. Gernaey Profile Picture
    44,421 Super User 2025 Season 1 on at
    Re: Auto download CSV from Online Tableau database to Sharepoint

    Hi @Aleona 

     

    You would need to use the HTTP Connector, to use the link you have (assuming its a viable link). 

     

    Then you would have to get the data, loop through it and save it to a CSV. You cannot save it to XLSX format UNLESS you pre-created an Excel file with a Table in it. So you could, if you knew the format of the data, created a dummy excel file. When you got the data, copy it to a new name, fill it with the data. 

     

    Then save it to the locations you mention.

     

    And yes you could use a recurring Trigger

     

    Steps

    1. Create recurring trigger for that time

    2. Use the HTTP Connector to Connect to the Tableau API's to get the data

     

    Option 1.

    Use a Compose/Select and Filter Array combination to create the formatted CSV

    Use a Create File (SharePoint), where the Content is from the previous Option 1 step

    Use a Create File (SharePoint) to create your second file same as the previous

     

    Option 2.

    Have an excel file that has the Table in it and headers etc

    Copy the File to SharePoint location using Copy File or you can use Get File Content, get it, then use Create file in in Location 1 first

    Now you would Loop through all data from Step 2

    using add rows to a table, (Excel) to add the rows

    outside the loop, now do a Get File Content from the file in location 1

    do a Create file in location 2, using the content from the previous option step

     

    Thats the dummy version but its accurate for how you could


    If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

  • ChristianAbata Profile Picture
    8,949 Most Valuable Professional on at
    Re: Auto download CSV from Online Tableau database to Sharepoint

    hi @Aleona  I can suggest to use Power Automate Desktop.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1