-
Re: Table Column Display Type Link - Open in New Tab
@tpfeiffer54 not at the moment. You can make an HTML link using an a tag and add the target="_blank" property to it, which is what I've been doing forever. But using this new feature that d…1 -
Re: How can I open a popup form through a text component in App Studio?
If you use a Pro-Code App, you can use React and find a component library that makes things a lot quicker and easier to build. I'd recommend React Hook Forms, AWS Amplify, Chakra UI, React Bootstrap,…1 -
Re: How can I open a popup form through a text component in App Studio?
This isn't supported at the moment, so it would be best to submit an idea to the Ideas Exchange if one doesn't already exist. For workarounds, you could use a Brick or Pro-Code App to achieve this. D…1 -
Re: Add time zone option to inbuilt date/time functions
You can achieve this via Beast Mode. So, they probably won't spend time adding it. CONVERT_TZ(NOW(), 'UTC', 'America/New_York')1 -
Re: Within an App, can I filter only one card & have it not affect (filter) the other cards in the app
You can choose to have a filter card only affect certain cards (or one card) just like you can on a regular dashboard. As for filters, they work the same as a regular dashboard. Users can customize a…1