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.
Hi, I’ve created a custom app which uses chart.js and tables to display custom reports on individual records pulling data from linked tables. I am very happy with what has been created but I am unable access these reports outside of the airtable bloc...
Hopefully someone can help.
I’m using the airtable API to build a custom app. I want to have a record picker which displays a selection of records, upon selecting the record the resulting report (data based on selection) is rendered.
I’ve been playin...
Continuing the discussion from Script Block - Linked Record Issue:
Hi Just wondering if this is the same issue. I have a linked record to another table. I’m trying to update this via a script. If I update a non-linked record it outputs as expected bu...
Thanks @Kamille_Parks I was able to create a print button easily from that example.
I was trying to follow this code example here for pdf creation: vibrant-monad-9jp0e - CodeSandbox
But it looks like constraints within the custom apps environment pre...
Replying in case someone is searching for a similar solution. I ended up using the following to create what I required:
useStateSelect onchange eventsetting variable to be event.target.valuewhen looping through recordset returning null when record va...
I ended up using:
Wordpress user profiles - to handle the logins
Airtable - for the data
Airpress - for the integration
This worked quite successfully. In the profile field in wordpress there is a “website” field which I use to insert the dynamically...
Thanks all for your help. I managed to get this ti work. My JS skills are rusty at best so I really appreciate the assistance. If anyone trying something similar here is my code which may be of help for you also if you are trying to derive a linked f...
Thanks for the head up Shrey. I tried an array as mentioned above but this didn’t work.
So I have to find the linked record ID? I’m unable to derive this from the name. Frustrating as it means I my script is unusable.