I’m trying to create a basic activity feed where users can view recent activity that occurred within the app and click on the activity entry to link to another page. Activity such as: “Joe liked a post created by Jane” would be shown, where the word “post” is a dynamic link to a page showing that post within my application.
I am struggling to create a dynamic link to the post within the editor. I’ve tried structuring the action to create a new Activity Entry when the “like” button is clicked where Text for the Activity Entry thing is: Text = Joe Liked a post created by Current Page Thing’s Creator’s Name
Any advice on how to make this work?
