Welcome
Hi, welcome to the documentation for Misha V's Toolbox, a Bubble.io plugin
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.