Demo to preview the plugin:
Introduction
Experience the convenience of our no-code plugin for Bubble, which is not only free but also very simple to use. This plugin is capable to convert hexadecimal to decimal numbers.
👛 Please support our efforts to keep this plugin free—your donations help us invest the time and resources needed to continue maintaining and improving it for everyone’s benefit: https://zeroqo.de/support.
How to setup
- The plugin offers a workflow action called Hex_to_decimal that you can use in your workflows to perform the conversion.
- Navigate to the Workflow tab in your Bubble editor.
- Add an action and select Hex_to_decimal from the actions menu.
- Provide the hexadecimal value as an input parameter.
- After executing the action, you can store the resulting decimal value in a custom state and display it in a text element. Configure the workflow to set the custom state with the resulting value.
Plugin Actions
hex_to_decimal - This action converts a hexadecimal (hex) value to its corresponding decimal number. The input should be a valid hex number (e.g., "1A" or "FF"), and the plugin will output the equivalent decimal value.
Title | Description | Type |
Hex Value | The hexadecimal value to be converted to decimal. | Text |
Return Values:
Title | Description | Type |
Decimal Value | The equivalent decimal value of the provided hex value. | Text |