The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
HiI am trying to use below code (Google Apps Script) to get data from Airtable. The fetch request succeeds but the fields are returned as text [Object]. I am not able to see actual data. However the request works from other HTTP clients like Bruno.I ...
HiI would like to know how to save images into airtable field while saving data from a webapp UI (build using nocode tools like bubble). Unlike other data fields this image field is not getting saved by following standard approach of mapping table co...
HiI have a list of business divisions (business divisions table) within an organization like, 'Large Projects', 'Innovation', 'Small Projects', 'Government Projects' etc.There is a employee master (employees table) where in each employee is mapped ag...
HiI am trying to create report on problem tickets using interface designer. The requirement is as belowClients table - List of clients (company name)Ticket Summary Table - Summary of tickets logged, solved, pending etc at quarter level (Q1, Q2, Q3, Q...
HelloI have two questions on airtable usage(1) An organization is planning to adopt Airtable for their workflow solution. As part of the requirements external users (like leads, service requestor) should be able to save information into airtable. Cli...
I think in the above codeconsole.log('records:', records)In the above code if I replace console.log('records:', records) with JSON.stringify(records), the issue of not getting actual values but [Object] is resolvedAnd I think this is the solution eve...
Apologies, I am not getting error 422, but instead of actual data I am getting [Object] when the column is a lookup field, earlier it used return actual value within an array
HiThanks for your response. Here what is offset in the above code. If I remove offset and try the code with my airtable details in url along with view name instead of filter by formula (as GET being used) I am getting error 422.