Is there a way to get more than one path from the URL?

For example; if I have a url like some-app-name.bubbleapps.io/page-name/project/project-id

How can I get the project-id from the URL; when I use the get path from url it only returns “project”

Would it work for you to use extract w/regex inside a repeating group? Here’s a quick demo:

–Ken

1 Like

That works flawlessly, thank you!