Link to the plugin page:
Demo to preview the plugin:
Introduction
Looking for a reliable data-converter plugin for your Bubble app? The Data Conversions Pro plugin allows you to easily convert between various data types such as Number, Text, Boolean, and even extract numbers from text.
Key Features
Feature | Description |
Data Type Conversion | Convert between different data types including Number, Text, and Boolean. |
Text Extraction | Extract numbers from a given text. |
Element ID and State Handling | Direct manipulation of an element's state via its ID and state name as defined in the editor. |
Workflow Actions | Includes two new workflow actions: "Get Element Value" and "Set Element Value" to trigger data conversions. |
Easy Setup | Simple placement on a page and intuitive setup of actions to perform conversions. |
Prerequisites
To use the Data Conversions Pro Plugin for Bubble by Zeroqode, ensure the following:
- You must have an active Bubble account.
- The plugin should be installed from the Zeroqode Plugin Marketplace or added directly from the plugin page.
How to setup
Step 1: Install the Plugin
Step 2: Place the Plugin on the Page
Step 3: Configure Workflow Actions
Step 4: Configure Element ID and State
Step 5: Test the Conversion
Plugin Element Properties
InOutable
Element Actions
1. Get Element Value:
Description: Retrieves the value from a specified element by referencing its unique ID. This action is used to extract data stored in an element for further processing or conversion.
Title | Description | Type |
Get Value from ID: | Enter the unique ID of the element you want to retrieve the value from. | Text |
2. Set Element Value:
Description: Assigns a new value to a specific element, allowing for data conversion (e.g., converting text to a number or a boolean). Use this action to dynamically update an elementโs value during workflows.
Title | Description | Type |
Element ID to Set: | Enter the unique ID of the element you want to update. | Text |
Value Type: | Specify the data type for the value you want to set (e.g., Number, Text, Boolean). | App Type |
Value: | Provide the value to be assigned to the element. | Item reperesenting Value Type: |
Exposed states
Title | Description | Type |
Output As String | Provides the output value as a text string. | Text |
Output As Number | Provides the output value as a numeric type. | Number |
Output As Boolean | Provides the output value as a boolean (true/false). | Checkbox (yes/no) |