Step 1: Add the Action
From your plugin's server-side action list, use the action:
Clean BBCode to Text
Step 2: Provide the Fields
bbcode_input (text, required):
The raw BBCode text that needs to be cleaned.
keep_structure (yes/no, optional):
If set to true, the plugin will preserve paragraph spacing and bullet formatting. If false, it returns a flat, inline version.
Step 3: Output
The action returns a single output:
result (text): The cleaned plain-text result.
Step 4: Use in a Workflow
Add this action to a workflow where you process or display content.
For example, run it before saving a post to the database, or before showing it in a plain-text email export.
See editor view:
https://bubble.io/page?id=plugin-clean-bbcode-to-text&tab=Design&name=index&elements=bTHKD