How do I specify to go to an internal page with an ?id=

I have an internal page that I want to pass an ID via, so that the resulting page picks up the appropriate record ID.

I am fine doing this on the preview site as I can specify the url as though it is an external page, but then when I switch to the live version that url is obviously going to be wrong.

For example, the development url is:

https://my-domain.bubbleapps.io/version-test/desc-full-edit?id=9OO4ZHBX0x

And the live version should be:

https://my-domain.bubbleapps.io/desc-full-edit?id=9OO4ZHBX0x

So, my struggle is how I can do this without having to keep going in and editing the url before I switch the site live every time - if that makes sense.

Hey,

If I understood correctly, you can use the following method:

3 Likes

You understood perfectly, and your solution worked brilliantly. Big thanks!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.