Anyone got embeded code (iframe) wroking with glide app?
I have some data i need from a website, who display within glide app. Is there a way to do this? the website provides embed code (iframe) in order to do this.
Anyone got embeded code (iframe) wroking with glide app?
I have some data i need from a website, who display within glide app. Is there a way to do this? the website provides embed code (iframe) in order to do this.
use the WEBVIEW component
how can I use webview to show iframe code?
Put the URL of the iframe in a column, or template column. Then, point a webview component to that column.
Thanks @eltintero this helped me