New Plugin: Barcode Generator (FREE)

Hi Nicholas awesome plugin, super easy to use! :clap:

I’m using the client-side Render a QR Code Using a QR Code With Logo.
When button is clicked, the render happens in the element on the page.

Here’s my issue:

  • 1 QR code element
  • different pages the user is going to (1-page-app, so the “THING” is stored in a variable group)
  • variable group is changed, click on button, create the QR code.
    → works the first time.
    → second time, doesn’t work and keeps showing the first time’s QR code. As the qr code was already generated. I tried “reset group” but it won’t reset the QR code element. The only thing that works right now is forcing page refresh so the client-side element is back to being empty.

Am I missing something?

Thanks a lot for your help
Vince