Monitor number of users that accesses a certain app in Appian?

Hi, 

Is there a way to monitor the number of users that access a certain App and determine who are these users?

  Discussion posts and replies are publicly visible

Parents Reply
  • If you have multiple applications deployed, the login-audit.csv will not give you the answer you need, but rather only who accessed the Appian instance. One way is to build a write node to log access to individual apps separately where you have your own built log.

    Another more indirect workaround is to access the DB and utilize a record that was written/updated associated with that app. I don't recommend this as it's inaccurate and only would return results if the user performs a write to the DB.
Children
No Data