How to create new Thing for App Type serverside?

Hey Everyone

I’m currently trying to build my first plugin. My goal is for the user to being able to select, which ‘Thing’ in their database my plugin action should write to.

Specifically, I now registered as Field ‘zip’ as App Type. What’s the JS code to create a new entry in zip?

properties.zip.create or smth?

Plugins cannot create or modify Bubble data (in the DB) from within the plugin. These can only be done using WF actions outside of the plugin.

You can only retrieve the values from Bubble data. You can however return a list of Bubble datatypes as states.

1 Like