Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 17, 2022 04:31 PM
Hi - Is there a way to integrate a map or world clock into my Interface base?
Reply
2 Replies 2
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 17, 2022 08:26 PM
Welcome to the community, @Van_Ann_Bui! :grinning_face_with_big_eyes: Not currently. Interface elements are fairly limited at the moment, but the Interface system is still relatively new (and technically still in beta), so there’s lots of room to grow.
Reply
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 19, 2022 02:01 PM
I think the only way to achieve this is a wicked-ugly kludge that goes something like this:
- Create a field based on Now()
- Create an automation that calls out to a webhook every time Now() ticks over the top of a minute.
- Build the webhook to transform the time into a Base64 image of a clock.
- Upload the image into an attachment field.
- Render the attachment in the Interface.
I warned you - ugly.
Reply