I have a requirement where we need to track who removed a user from a group. Additionally, when a user updates the group and their name appears as the last modifier, it's challenging to identify the specific user who removed another user, especially when multiple users have recently updated the group. Can you provide suggestions on how we can address this?
Thanks & Regards,
Nisha Vincent.
Discussion posts and replies are publicly visible
If you are doing it from the front-end, it looks simple to me. Just some mere entires in the DB for every action happening. But if you are doing it from the designer, I am not sure if there is a way except using the log files.