How to send data to another page

Hi guys! In my app, users can click on the username of a post, and be taken to the profile of the person who created that post. However, I cannot figure how to send the data from one page to the other. Can you help?

Is the page content of the profile page set to be a User? If so, in the navigate workflow you’d enter in info in “Data to send”…

If it’s not dynamic, you can send the User through a parameter, and grab that parameter wherever you’re displaying dynamic data.

Tal
nocodify.com

I don’t know how I missed this! Thanks Tal.