ola,
I am new to dash. I have create a button using dcc.Link . I am trying to update href component using a callback to update href link from "/" to "/{variable1}/{variable2}", but it is not working.
Thanks for your reply but this is resolved. I was trying to update the link on button click and expecting it to open the updated link in new tab, but instead I split it into 2 callbacks, one to update href link and other to perform nclick operation.