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>