Activity Stream

Quick question: I want to create an activity stream for the user, so that when the user does anything, like create a record, delete a record, update a record, etc, it’ll show up on the activity stream.

I have XANO as the backend, so is the correct way to do this would be to add a record to the “Activity” table after a record is created or any other action is performed.

Yes you should create an “activity” table, I think that’s fine.