-
Show average, count, and sum when selecting table card cells
When viewing a table card, it would be awesome to be able to select numerical fields and see a quick aggregation summary, similar to what Excel does below:
-
Rounding in column instead of only in Beast Mode
It would be extremely valuable to be able to set a column to show something like "12M" instead of "12,031,230" without having to create a beast mode for every single column. These options could live in the format section of the field options.
-
Splash Page for when page needs maintenance
Ever needed to make a few changes on a dashboard that is in production without having the users see behind the curtain? Small enough to feel like using Sandbox staging doesn't make sense? I think being able to toggle a "Splash Screen" with a few customizable fields to show that a page is under maintenance for a short time…
-
How to simply assign a value from one variable to another?
Hey all, Looking to execute actions for a list of cards (around 700). l have already built a query that returns a list variable with the object IDs I need. I am now trying to get the length of the list in a variable to set up a loop. I know there are several functions availabe in workflows, but I have not found one that…