Help

Airtable Cobuilder is here! Learn more about our new no-code app creation feature, powered by AI on the Airtable Academy

Lee_Mandell
6 - Interface Innovator
6 - Interface Innovator
since ‎Apr 15, 2019
‎Jul 24, 2024

User Statistics

  • 24 Posts
  • 0 Solutions
  • 1 Kudos given
  • 15 Kudos received

User Activity

I have the following piece of code in an automation.      plantingsWateringsRecordId = await plantingWateringTable.createRecordAsync({ "Watering": [{ id: recordId }], "Planting": [{ id: planting.id }], ...
It would be great to be able to use much more color. Font color, background color, row color, column color, color in rich text formatted fields. Pretty much the suite of ways you can do it in spreadsheets.
Currently you can execute a scripting app from the desktop version. Much of our data entry is done through the mobile app and many of them are complex and take many taps and entry into many fields. This can be steamlined quite a bit with scripting ap...
I have a script I want to run to speed up data entry but I can’t figure out how to run it from a mobile device. The button support is too limited on the mobile app. Has anyone been able to run scripts on a mobile device?
Is there a way to get user input from a dropdown list? I would like this list populated from the values in a single select field. Lee