Help
DPG
6 - Interface Innovator
6 - Interface Innovator
since ‎Feb 13, 2023
‎Aug 17, 2023

User Statistics

  • 12 Posts
  • 1 Solutions
  • 13 Kudos given
  • 1 Kudos received

User Activity

I would like to find records whose ID field match a given value, playlistId, in a specific table I defined as playlistsRecords. In other words, I want to find matches in a field, get their record IDs, and if there are no matches to tell me that there...
I can't seem to get a valid access token in Airtable based on JavaScript code that works in a Google Apps Script. Here is the working code:  var clientId = '...'; var clientSecret = '...'; var url = 'https://accounts.spotify.com/api/token'; va...
I am building an automated script that fetches two properties from an external API and subsequently upserts those data points into distinct fields in Airtable. The input is a URL field in the relevant record, and entering a URL in the field triggers ...