Idea Summary
An Action type that looks like the link builder
Ideally with the addition of grabbing client side values from page items
Use Case
I want to use a dynamic action to navigate. Perhaps open a modal page or redirect or open in new tab.
I want to be able to click a link or button and then navigate to a page using client side data in the URL.
Preferred Solution (Optional)
While it is possible to use apex.navigation a more declarative approach for a somewhat common requirement would be preferred.
I imagine it looking similar to how buttons, list items, breadcrumbs, branches have a target property that is the bundling of the Link Builder attributes. Let the user define the page item parameters to pass and then have the code in the dynamic action automatically get their values.
apex.server.process already does this part where it grabs the values off the page
Even if client side values are not available, it would be nice to have a declarative way to navigate using a dynamic action.