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”
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
That works flawlessly, thank you!