App Builder. Using a Iframe for embed a table

In the App Builder, I’m using the IFRAME module to embed an entire table so that I can take advantage of grouping options and have a better visualization. My app uses user credentials to display and show information, and the user’s value is stored in a column of the table that I have embedded in the IFRAME.

Would it be possible for the user, when viewing the IFRAME of the table, to only see the data that corresponds to them? Perhaps the solution would involve limiting the table view somehow?

Thank you!

Hey @jpsanchez, I don’t think it’s possible with the iFrame element, but you can use the Table element directly and then use the element visibility feature or login element to set which info should be visible to whom.

Here’s how to set it up: How to authenticate external users in Baserow Application Builder :slightly_smiling_face: