Is there a way to display a logged in user's username in an Experience? E.g. within a Text card?
I can see ways of using the user's details to filter data and so on, but not to actually display the logged in user's username or fullname.
Thanks.
In Developer Edition, you can access the props.user object in any custom widget. This object has all the data the portal stores about the user.
This data is not accessible in the Online/Enterprise Editions.
Thank you Jeffrey that is useful to know. I was hoping for a solution in the standard Online edition.