Hello everyone,
In our software solution we have a screen with a card list and a preview (As follows in the screenshot):
This is the screen when it is fully empty. It has a root screen, and within the root are these children list and previewer screens (these are all views). Because there are no records in the table that the view gets its data from, the previewer is not yet displayed, and this is logical.
My question is: is there a way to change the text “no preview available” to something like “add data to show previewer” for this screen? Because then we can instruct the customer to add the first record of data via the add task. And after that is done, the previewer is shown based on the data the user just filled in.