Save A QR Code

To save the generated QR Code to Bubbles server you can use the 'Save A Qr Code' Action.

This action will upload your file and return the url as a state of the QR Code Element. You could then use the files url as an image data type associated with a database table or 'Thing'

Element

This is the element of the QR Code that you added to your app.

File Name

The filename to use when uploading your QR Code. This can be entered manually or dynamically.

File Type

The Type of file to upload

  • PNG

  • JPEG

  • SVG

After uploading the file the plugin will return the URL as a state of the element called 'Saved QR Code Image'. You can then for example set a data type of 'image' on a database table or 'Thing' and use the QR Codes Element state to update the entry.

Last updated