Hi,
Is it possible to create a dashboard widget that contains an <iframe> with contents from another external site?
// Leif
Have you tried the Web Content Widget?
My understanding is that the Web Content Widget is currently constrained to pull <iframe> from approved sites. This is currently listed here:
https://help.smartsheet.com/articles/2477606-web-content-widget#allowed
At the 2018 SmartSheet conference I asked the staff if it would be possible to pull in iframes from other sources. I told them that I would very much like to be able to pulling iframes from our own domains so that I can access some of our other tools.
I was told they are looking into it, and we should expect additional approved domains in the future. They were not so sure about allowing other non-approved domains.
Yes I have. It's a very good feature, if you are aloud to use it without being The Google or Youtube, just a Smartsheet customer. I hope it will work somehow anyway. Because again, it is a very good feature.
Thanks! I know, but at the same time I hope Smartsheet will provide me with the possibility to integrate – "pulling our own frames from other sources", – to be approved to enhance the usage of Smartsheet. I think they are going to do that. Looking very much forward to it. :-)
Hi Community, I’m trying to include a ticking clock (or timer) in my Smartsheet Dashboard so that users can see the current time as part of the visualization. I’ve already tried using online clock links and embedding them through the Web Content Widget, but Smartsheet doesn’t seem to support those links directly. Is there…
Hi all, I have been using webhooks in my nodejs application for awhile and sometime I think my webhook is not receiving the event callback. In my sheet I have a column A, (not editable directly) which is a formula that's calculated using column B. When an user updates column B, column A gets updated which triggers the…
I've completed the authentication process, created a trigger and made sure that the trigger has the right source sheet and event type but I am noticing that I can't get any data from the trigger. My goal is to get the row information when new row is added in my sheet so I can copy some of the data over to another sheet.…