Skip to Main Content
Feature Request FR-4103
Product Area Application Builder
Status CLOSED

2 Voters

Dynamic label/title on buttons and regions

dan Public
· Nov 15 2024

Idea Summary
I think it would be a good function to implement a possibility to create dynamic label on buttons and maybe even region titles. Dynamic pages that adapt to the end user and the usage can help make pages more easily used.

Use Case
My use case it that I want a couple of buttons that are displayed as links. When I push them they just add a String to a text field. Its i a AI chat where I use the buttons as example queries to the AI. The page is a modal page that is reused in many places in the app so the example buttons will change depending of the source page.

In the image below I want the example buttons to dynamically change depending on page source (the page underneath the modal) and response from AI. Many of my users are not used to work with a AI chatbot and I want to use this buttons to guide them to good results.

I can see other use cases also where we have a descriptive label on the buttons that change depending on page state. 

Preferred Solution (Optional)
I think there should be a possibility to create label a similar way as we do with things like “Server-side Condition” where we first choose type and then language. The default settings should be regular text so that it works as it does now but with added possibilities.

This is a great idea! You can already achieve this in APEX today with a slightly different approach.

Comments

Comments

  • vincent morneau Admin OP 7 days ago

    Have you considered using a page item substitution on the button label, and populate the page item based on the parent page opening it?