Announcements
We have powerapp with SQL as datasource and requirement to see change log. To see which user what changed.
How it is posible to implement?
Hi @opit,
You could use the User() function to display the current login user.
To trigger the changes, I think you could set the OnChange property of a TextInput control as below to send a notification:
Notify("Login user changed!Current user is User().FullName",Success)
thanks for feedback, i will note little bit:
users changing form data, and i need to see these changes from all users.
it means i need to tract these changes and in some way to store it and later to show what was changed.
If you want to tract changes, you should save each change for the same id. Every time you edit a same record, you should create a new records for this change.
I mean each user may submit form data, we just need to track the changes related to the users so that we could retrieve record by search users.
that's a good point (did not think about it). you mean i create same table similat to original and add evey time the record when user saves the record to see changes.
I was thinking litle bit different: with field property onChange to track what user changing and when user click in some way to save these changes to DB. Maybe like json or another format.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 551
WarrenBelz 430 Most Valuable Professional
Valantis 298