Help
Ivan_Iakimenko
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Sep 27, 2021
‎Jul 25, 2024

User Statistics

  • 4 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

I have the following TS code (using the Airtable REST API) export const updateInstanceQRCode = (instanceId: string, qrCodeUrl: string) => { return base('Instance').update([ { "id": instanceId, "fields": { "QR Code": [{ ...
I have slowly been developing a custom app that interfaces with several external APIs that supply additional data to airtable entries. I started out with the utility as an automation script - here I was able to use remoteFetchAsync() to avoid any COR...
Kudos from
Kudos given to