I’m building a social platform and currently have a workflow to display a users post as a popup when a thumbnail image is clicked.
I haven’t been able to source a forum post/tutorial that easily describes how to create a unique URL for this popup.
I’d like the users post to have a unique URL that includes the ‘post title’ & creation date fields.
My current workflow is sending the full post data to the popup
Would appreciate any help.