need logged in user printed in input text box

0
Is there a way to print the logged in user name into the text box .  i can do it via reference selector but there are multiple entries to choose from, namely the id, null, null and blank space.. 
asked
1 answers
0

Yes this is possible.
You would probably want to put the Name attribute of the account entity on a page. There are verious ways to do this depending on your requirements., here are some:

  1. Retrieve the ‘Account’ entity in a dataview either with a datasource microflow ​​​​​​or with a microflow that opens your page
  2. Use a microflow to fill the textbox attribute of a different entity with the Name attribute of the Account entity
  3. Using something like the custom string widget to use a microflow to retrieve the account name and put it on a page: https://marketplace.mendix.com/link/component/1426 
answered