Bar code component allows you to dynamically display any value as a QR code.
Drag and drop Bar Code component onto page and fill it with any value, such as URL.
{% @arcade/embed flowId="qEIZ7OjvAPCTHT7arAtg" url="https://app.arcade.software/share/qEIZ7OjvAPCTHT7arAtg" %}
Bar code settings
- Component name
- General tab
- Format
- Value
- "Display code text" toggle
- Fill Color
- Background color
- Display tab
- Conditional visibility
- Spacing
List of supported bar code formats:
- CODE128 auto
- CODE128 A
- CODE128 B
- CODE123 C
- EAN13
- EAN8
- EAN5
- EAN2
- UPC
- CODE39
- ITF14
- ITF
- MSI
- MSI10
- MSI11
- MSI1010
- MSI1110
- Pharmacode
- Codabar
You can pass any value to the component and it will output it as Bar Code.
Let's make an example of displaying SKU as a bar code, referencing the sku from selected row on a table.
You will need:
- A table with SKU
- Bar code component
Any table that has SKU as one of the columns will do.
Table with products as an example
Add the QR Component anywhere on the page and click on "Fx" button to start typing in your formula. It should have this syntax:
%component_to_reference%.selected_item.%value%
{% hint style="info" %} In this example you won't have to type in formula at all, you can just click on the appropriate value from the side window {% endhint %}
{% @arcade/embed flowId="sKAdeMwWIqlAvUKzHpLR" url="https://app.arcade.software/share/sKAdeMwWIqlAvUKzHpLR" %}