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 am trying to do the following: from a Webflow form, allow the user to select certain products. When finished, go and look for those products in my Airtable base and export a .pdf that contains their full-length descriptions. These descriptions ...
Hi!
I’ve been looking around the forum and Reddit for a solution to copy records from one base to another using the scripting block. I just want to know if this is possible and maybe see an example to use as a reference.
The idea is to get all the re...
Bill.French:
let gWebhookURL = "https://script.google.com/macros/s/AKfycbyvaERhqYfV1U14GjzSfeg_MeR2GawIzbImok4HlCH2JAp7tg/exec?token=gff67yt290&task=build-additionalpayment-document&id=" + thisID;
Hey Bill, I’m trying to put together the endp...
Or maybe even an Integromat webhook could do the trick? And from there I can trigger the GAS script. But not sure if this is possible from the Script App either.
Ahh, I see. I’m getting a “Failed to fetch”… Would this be enough to trigger the script in GAS? If so, I can have the script in GAS pull the data from Airtable and keep the UI all in Airtable. Maybe that could be a workaround, what do you think?
Als...
Hey @Bill.French, I completely agree with you here. Do you know if there has been any update in this front? I’m trying to call a GAS webhook and having a real hard time with both fetch and remoteFetchAsync.
Any successful examples you’ve seen out the...
Thanks for such a great answer. It is suuper helpful.
The Google Appscript alternative sounds like a good one if not the best. I’ve never done this dynamic templates in Google Docs and the use case you describe sounds like something that someone may ...