Help
kennypurnomo
7 - App Architect
7 - App Architect
since ‎Jun 07, 2021
‎Mar 18, 2023

User Statistics

  • 52 Posts
  • 0 Solutions
  • 5 Kudos given
  • 6 Kudos received

User Activity

Hi, I have many rows with multiple attachments. Some attachment urls are having https://v5.airtableusercontent.com/v1/ format. Some of them have https://dl.airtable format.How do i tweak the script if possible to get https://dl.airtable format? I nee...
Hi all i am struggling with uploading woocommerce image from airtable url. Now airtable doesnot provide ".png" on the url.Is there any ways i can upload it using REST api curl method?
Hi, i am using Aeropage to deal with recent update regarding the attachment url. I have a code as follows:   const table = base.getTable("Inventory") const recordsQuery = await table.selectRecordsAsync(); let updateArray = []; // iterate over all r...
Hi, i got this error since 4 hours ago. Please help me identify what is the error. let table = base.getTable(cursor.activeTableId) let record = await input.recordAsync(‘Pick a record’, table) const { fields } = table; // const sizes = record?.getCel...
// Setup start const mainTable = base.getTable(“Inventory”) const mainTable_imageFieldName = “image1” const mainTable_nameFieldName = “Deskera No” // Setup end const mainQuery = await mainTable.selectRecordsAsync({ fields:[mainTable_nameFieldName, m...