Help
harshal
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jun 30, 2020
‎Nov 29, 2022

User Statistics

  • 15 Posts
  • 0 Solutions
  • 7 Kudos given
  • 20 Kudos received

User Activity

Hey community, How do I create or update single/multi select fields ? The current guide example only applicable on text fields. table.createRecordAsync({'My field name': 'new value'}); Regards Harsh
Hey community, It’s time to productize your spreadsheet. Today I managed to convert my Airtable spreadsheet into a full fledged native Android mobile app. some key things about this app is - Works offlineBuilt using cross–platform tech (thus iOS app ...
Hey Community, I have started a youtube channel solely for teaching how to built Airtable Apps. The content is made keeping in mind airtable consultants who aim expand their consultancy service.The videos are edited to keep simple and conciseIf you h...
Hey Community, I have created a plugin which allows you make your webflow CMS mirror Airtable table. No complex triggers like zapier. Just make the changes and click on sync. Try it today at WebPlug. Regards Harsh
I am trying to get cell values of all fields of selected record Id. for now my current code only gets of a single field, any idea how its possible ? import {initializeBlock, useBase, useRecords, useLoadable, useWatchable} from '@airtable/blocks/ui'; ...