Advanced Stuff 0:09 video

How to load the email address of active users in an application

Learn how to load the email address of active users in an application with SpreadsheetWeb. Follow focused steps, practical examples, and implementation…

To load the email address of active users in an application;

  • Add =SpreadsheetWebUserInfo(”EmailAddress”) named range to your workbook.
  • Go to User Interface module.
  • Add a textbox control and bind the named range to it
  • Finally, publish your application.