-
A few (hopefully) easy new workflows user questions
We recently added workflows to our instance. I haven't found an answer to a few questions that seem like they'll have easy answers. Sorry if I've missed something obvious! I'll ask the questions first, then provide additional context that can be skipped since I tend to over-explain. How do I connect a conditional logic…
-
In-Workflow Error Handling
It would be helpful if shapes had an optional "error" path. Instead of going into a failed status, if an error path was created, it would go down that path like a conditional branch.
-
Can I use the result of an aggregate beast mode as a filter for a dashboard/app page?
I have a beast mode that is comparing actual performance to a target (by categories) by taking the sum of actuals - sum of targets over an arbitrary date range, defined by user input into variables on the dashboard page. This works great as a quick filter control for an individual card, but when I make a filter card using…
-
Compare a beast mode to an arbitrary date range
I've been asked to create a trend that shows the number of open projects (y-axis) for an arbitrary date range(x-axis). A sample of my data looks like this: Project_ID Date_Opened Date_Closed 1 1/1/2024 4/5/2024 2 1/18/2024 4/6/2024 3 2/2/2024 3/1/2024 4 2/9/2024 5 2/27/2024 6 3/14/2024 4/20/2024 7 4/3/2024 8 4/11/2024 9…