Help Needed: Running JavaScript from Airtable in Softr

I’m currently working on integrating JavaScript code stored in Airtable into my Softr app, but I’m facing some challenges. Here’s what I’ve done so far:

  1. Set up an Airtable base with a formula field to generate JavaScript code dynamically.
  2. Mapped this field to an HTML embedding field in Softr.

However, the JavaScript code doesn’t seem to execute properly within Softr. Has anyone successfully embedded JavaScript from Airtable into a Softr app? If so, could you please share your approach or any tips for making it work?
Screenshot 2024-05-05 at 2.36.13 PM
Screenshot 2024-05-05 at 2.35.20 PM

Any insights or guidance would be greatly appreciated!

This is not recommended and not guaranteed to work. Let alone the security risks that come with such an approach. What are you trying to achieve?

I’ve been doing some experimenting with rendering a full blog article page from a single embed field, and on the service it seems to work quite well.

Not keen on introducing big security risks though, so can you expand a bit on that part to increase my own understanding around that?