Help
Michael_Harris
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Apr 15, 2020
‎Nov 29, 2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 4 Kudos received

User Activity

I was looking into the Airtable API, and I looked into the section “list records”, I can see the sample code in Javascript, and some of the fields I have looked into, it only works on the ‘text’ or string field type. eachPage(function page(records, f...
Is there a formula for checking a image file size? Using a IF statement, when a image size is over 5MB (I put 4MB for the sake for example), then the formula will return as a text “ERROR 5”. I tried something like IF(LEN(Image) > 5, "ERROR 5") to no ...
I am trying to find a formula to search records for the next 7 days (or 1 week). I tried the formula DATEADD(TONOW({Birthday}), 1, 'week') or even IS_BEFORE( DATEADD(TODAY(), 1, 'weeks'), {Birthday}) to no avail as my records came out from starting t...
I love the idea to finally have Airtable have it’s own automation system. What I would wish for is to have a webhook to send to IFTTT, Zapier, or Integromat. I know there is a developer section, but because you have to painstakingly search a particul...
Though there is already a button feature that I like. But what if…IF you want to use a button to ‘change the field value’. For instance, when I press a button, it puts a checkbox in the checkbox field. Unfortunately, there is no way to do that, excep...
Kudos given to