Docs Examples FAQ Discussion Thanks

Run Javascript

Expression

Javascript to Bubble

List of Numbers

List Item Expression

Server Script


Examples

FAQ


News

Version history

Welcome

Hi, welcome to the documentation for Misha V's Toolbox, a Bubble.io plugin

Alert

Server scripts will need to be updated to plugin api v4 by March 12, 2024.

Read more here

News

2023-Jul-28

Javascript to Bubble multiple outputs

Enabling this allows sending multiple data types to Bubble. For example, set output1 type to text and output2 type to number:

bubble_fn_fruit_count({output1: "apple", output2: 69});

More details in javascript to bubble.


More news