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.
Feb 21, 2024 08:27 AM
I'm trying to avoid having to add a view for each new coach in a coaching engagements base. The filtered URL works beautifully in a browser, but when I add it to the embed code in the iframe, it gives me the airtable.com refused to connect message.
<iframe class="airtable-embed" src="https://airtable.com/appNTRWwuGJYQDcYK/shrPcWPXGkhHeb30F/tbl38pqjIpX(rest of code hidden for privacy)&filterContains_Engagement=(First Name)+(Last Name)&filterIsAnyOf_Status=In+progress&filterIsAnyOf_Status=Awaiting+SOW&filterIsAnyOf_Status=Assigned&backgroundColor=blue&viewControls=off" frameborder="0" onmousewheel="" width="100%" height="1000" style="background: transparent; border: 1px solid #ccc;"></iframe>
Solved! Go to Solution.
Feb 21, 2024 08:58 PM
As a datapoint, this embed with a filter works fine for me as an embed:
<iframe class="airtable-embed" src="https://airtable.com/embed/appKXtKYYuFC23NRc/shrwCCKFngdvAeJ2d/tblVPK8ZJkjvaJtVn?backgroundColor=cyan&viewControls=on&filterContains_Notes=Test" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
Wish I could help more, sorry!
Aug 27, 2024 07:04 AM - edited Aug 27, 2024 07:07 AM
Thank you @TheTimeSavingCo! I realized I was missing the 'embed'. If it helps anyone else, I also added a formula field to our coaches' base to auto-create the embed code for report views. The relative tables are Coaches and Engagements.
Feb 21, 2024 08:58 PM
As a datapoint, this embed with a filter works fine for me as an embed:
<iframe class="airtable-embed" src="https://airtable.com/embed/appKXtKYYuFC23NRc/shrwCCKFngdvAeJ2d/tblVPK8ZJkjvaJtVn?backgroundColor=cyan&viewControls=on&filterContains_Notes=Test" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
Wish I could help more, sorry!
Aug 27, 2024 07:04 AM - edited Aug 27, 2024 07:07 AM
Thank you @TheTimeSavingCo! I realized I was missing the 'embed'. If it helps anyone else, I also added a formula field to our coaches' base to auto-create the embed code for report views. The relative tables are Coaches and Engagements.