Feb 11, 2023 12:31 PM - edited Feb 11, 2023 12:32 PM
I'm using the YouTube API to scrape video data via the script extension and populate the Airtable. This all works fine until I try and take the "embedCode" parameter for a video to store in the table. Other HTML works fine, but as soon as the `<iframe>` tag is entered, the table throws and error and wants me to refresh it. Doesn't matter if the cell is short text or long text with or without rich text enabled.
Is this a bug or some security related issue?
Here's the embed code it grabs that causes the error:
<iframe width="560" height="315" src="https://www.youtube.com/embed/654laEgXb7k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Mar 31, 2023 04:35 PM
I have the exact same issue. Any time I have an iframe represented in my script, even divided into concatenated strings, I get the error. Quite disruptive.
Apr 03, 2023 01:46 AM
I never found a way to fix this, and so have just had to exclude it from my Airtables. Quite annoying really.
Apr 03, 2023 04:50 AM
I ended up using Zapier for the actions requiring iframes.