Adding an attribute path to a text on Navigation Bar

1
Hello everyone! I would like to know whether there is a way that I can pass an attribute to a text which I added to the Atlas_Default [Atlas_Core] layout?   I would like to edit the caption of the text which is support right now and set it to an attribute value which will the the logged in user.   I tried but I got an error saying that the text should be in a data view, list view or template grid.   Is there any other solution?   Thanks and Regards, Rovishen :)
asked
1 answers
3

As mentioned in the error message, you need an object to do that. But you can use a non persistable object for this that you create in a datasource microflow of the dataview that has your widget as content.

answered