I have a form that a user can fill out multiple times and it's saved each time in the database. That means a user may have multiple entries tied to their user_id in the database.
I'd like for a logged-in user to be able to view a list of all their table entries. Can I do it using a filter based on the user_id field in ChronoConnectivity? How?
I'd like for a logged-in user to be able to view a list of all their table entries. Can I do it using a filter based on the user_id field in ChronoConnectivity? How?