Customise slug URL with row/column value

Hello!! I would love if there was a feature that allowed us to customise the URL slug to use a value from a table.

For example, I have created a Public profile page system and would like the slug of the page to be the current signed in user’s username. IE website.com/username so that they can share their page with others

From what I understand this is not currently something available and we can’t customise the slug to use a table value

1 Like

Feel free to upvote your post!

1 Like

The way Glide work is with deep links and row ids. I understand your request, I agree that it would be more friendly to have a custom slug for each item. But it will be certainly a break change for all Glide apps. Except if they allow both to work at the same time.

1 Like

How are other people having user profiles setup? Cause right now the closest I can get is “https://website.com/dl/Users/s/9480d1/r/Djdm25yCqGeKQJMUrvvR” which links to a detail page of a user…which is an insane URL to have.

The Glide chatbot AI keeps telling me to use construct URL’s but I suspect it’s giving me a false hope as that doesn’t appear to do what I am looking for T_T

1 Like

The only way to access specific row is with the row id in the URL unfortunately.

1 Like