Connect a Google Spreadsheet with Monday Boards using a CSV file URL - Free App!

@Alchemist
Yes of course.
On your google sheet go to extensions->apps scripts

Paste this template and change the relevant variables:

function myFunction() {
  SpreadsheetApp.getActive().getRange('A1').setValue('=importData("https://twodo-csv-be.herokuapp.com/api/monday/convertcsv/XXXXXXXXXXXXX")')
}

Go yo current project triggers and set up the frequency of the refresh - please don’t make it too frequent as it might lock the integration (it’s a free up so I had to add some rules so it won’t crush).

Hope this helps!