I have an Excel formula I'd like to replicate in Airtable.This formula converts different currencies into GBP.Excel:=IF(M2+(N2/1.25)+(O2/1.2)+(P2/8.75)=0,"",M2+(N2/1.25)+(O2/1.2)+(P2/8.75))Key:£ GBP$ USD€ EUR¥ CNYM2N2O2P2How would I go about it?
Hi Kuovonne,How would one use scripting to convert the existing data into a csv format? I tried with the below, but couldn't get the URL.createObjectURL to work with Airtable. @kuovonne wrote:You cannot trigger the existing “Download CSV” feature in ...
I'm a bit late to the party, but if anyone else comes across this page these links may be helpful:https://community.airtable.com/t5/automations/how-to-export-view-to-csv-via-script-automation/m-p/198772#M19216And here's a link to Make.com's CSV integ...
Hi ScottWorld,I'm looking into doing the same thing as the original poster; it's been a year since your original reply and I was wondering if you knew if Airtable now offers any tool to automate exporting its data.