Hey there. I have an element called “Business” a user can create and edit. It’s a list item filtered by a user ID (because one user may have several businesses). A user can also choose from social media icons which are then shown via a small html snippet I create via Airtable. Eventually I want to create a row of social media icons with custom links to websites & profiles.

The code in my Airtable column is:
<table vertical-align="center"><tr><td width="45px"><img src="LINK TO IMAGE" alt="Social Media"></td><td width="45px"></td><td width="45px"></td></tr></table>
You see in the screenshot above, it works. Still ugly, but it does.
Users can create projects. Every project has a relation to a business and I display data in Airtable through a lookup field. But somehow my icon list html DOES NOT display here. Though it’s still the same, right?

I tried the embed field, too, and also several other list and list detail templates. Where does html work? Is it because of the Airtable lookup? Is there a limitation in dynamic html code from Airtable?
I am still thinking about building some (very basic) dynamic html stuff in Airtable fields to work around some of the Softr template limitations…