How to set up Dynamic User Profile page that pulls from user ID in URL

I have a mobile app and I want to build a dynamic profile page that loads based on userID in the url. I hooked up my API to pull user data (screen name, profile pic, images, etc.) from my app database.

So when a user visits www.website.com/profile/userID

Then it will load the profile page with all the data from UserID1 like how you visit https://twitter.com/justinbieber

I hooked into an API I named “Get Profile” that is able to retrieve the user data sources from an external database.

You just need to add a navigation workflow event that adds parameters in the URL. Just click additional parameters then fill in a key you made up and add the user ID for that key. Then on the users page you retrieve data from the url

2 Likes