The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi !I'd like to substitute the "€" symbol only when it's alone in a field. (alone but with a space in front)For example, I've sometine a field with :1.00 €2.00 €€€€and it's very ugly in our contract. ><I thought at the "LEN" and "FIND" formulas but ...
Hello,I try to import and upset data from BigQuery to an airtable table.I use Skyvia or Make and the first import works fine....My problem is the Upsert case !When I run a new import, the record are duplicated and not updated.First, is there a method...
Hi !I struggle to import data from a bigquery table to another table in Airtable.My connections are fine, but I can’t manage to map the field between bigquery and airtable in Make. Any tutorial or idea ?I just want to import or upsert the data from b...
Hi all !I've a concatenation formula wich works fine with all number but the 7%...That's crazy.... When I put 7% somewhere my formula return 7.0000000000001%... My fields are all in percent (precision 1%) but the concatenation field is in text format...
Hi all,I try to run this script :"when a button is clicked in an interface this script is running. It's pointing to another automation triggered by this webhooks to create a new record in a table. const URL_AIRTABLE_WEBHOOK = 'https://hooks.airtable...
Hi ! @ScottWorld Thanks a lot for your video ! I tried this but with bigquery instead of CSV module... it doesn't work.I tried to convert my bigquery table to a csv before the airtable's search and upsert modules but doesn't work too... My bigquery...