Hi, I have a URL which I want to use the path to drive flow, e.g.
https://my.bubbleapp.io/thisvalue
thisvalue may have different values which I want to use on the workflow, e.g. take to a different style of login page.
Any ideas how I can achieve this?
This can’t be done on bubble unfortunately. You can do something like myapp.io/mypage/thisValue though by setting the data type of the page mypage and then sending a thing of that type to the page when you go to it.
This will generate the page url as myapp.io/mypage/uniqueID or myapp.io/mypage/slug Where uniqueID and slug are the unique ID and slug of the thing you’re passing to the page
OK thanks, yes already tried that but it’s fine, I have changed my flow. Cheers!