Sign in to join the conversation:
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. :-)
With the announcement of the deprecation of "/workspaces/{workspaceId}" and the deprecation of the template listing endpoint (https://developers.smartsheet.com/api/smartsheet/changelog#template-listing-endpoints) There does not seem to be a way to retrieve a list of templates for a given workspace. Our app relies on these…
Hello :) I am building a project management system where we have: Asset (Parent Object) Components needing fixing/replacement (Child Objects). In my Bridge workflow I have managed to achieve child row creation based on the number of values in the dropdown cell (components). I need to add a feature that spreads each…
Hello, I found that sheet modifiedAt field in "List Sheets" GET method sometimes is different than modifiedAt field from "Get Sheet". Is this normal ? When I change a value in a cell, Get Sheet method returns the last modifiedAt date but List Sheets remain with the old value.