I want to fetch list of users who are currently using the application.
Hi
Have you checked this post? It seems to be a similar use case.
Let us know if this helped you solve your issue.
Regards,
Kharlo
Hey Kharlo,
I have gone through this post earlier but this doesn't solve my purpose.
Thanks,
Avishi
There is no ready-made solution for the scenario described. While the User entity includes a 'Last_Login' attribute indicating the last time a user logged into the application, it does not show whether they are currently using the application. To track active users, you may need to create an entity to maintain user activity within your application. Additionally, you'll have to determine which actions should trigger the creating record into this entity.