Dear all may I know how to display data from different data entry

0
as you can see below.  I want the top bar to display user name captured from User Login. However the data view of this page is from entity – ”Data Entry” and user name is store under Administration in the entity”Account”.  From the error message, I got know that, within the dame page, all data should come from same entity. Have you encounter with this situation. How did you solve it. Thank you for your time  Regards Gaven 
asked
2 answers
0

You can add a dataview with a microflow as datasource to the page, in this microflow you can get your account entity and return it.

answered
0

This is the simple microflow I’m using. The page must have a list view (the microflow returns a list even with just 1 object).

Returning an object instead of a list gave me some issues in some scenarios.

answered