How To Add ?id={{ID}} Link

I hope this makes sense of my current situation…

I have two buttons that are shown or hid depending on whether an ‘id’ exists in a table record. If no ‘id’ exists, a button indicates the page needs to be initiated. If the ‘id’ exists, a button indicates the page can be updated.

Additionaly, each button uses the dmx-on:click="browser1.goto(‘xxxxxxxxxxx’). Everything workds fine and delievers the user to the appropiate page. However, as soon as I add the suffix ?id={{xxxxx}} to the update link, the button fails to respond to mouse clicks.

I obviously don’t know how to arrange the quotes because it appears it turns the dynamic code to a string. I’ve tried dmx-on:click=“browser1.goto(‘xxxxxxxxxxx?id=’{{xxxxx}}”).

Maybe I can’t pass the ID in the URL with the browser.goto… Or maybe I am missing the proper syntax when mixing {{}} with the strings. Nevertheless, what is the rule when using the combination of this type of button link?

Below is the current button configuration used on the page. I’ve tried every combination, and now I’m turning to the experts!

Thanks for any help or suggestions.

The current button code…

 To Do

 Update

Community Page
Last updated: