However, I have many inputs for each field. Is there a way to do this that’s not :plus item for each input value? Or a way to do it from an action that calls the plugin without using the custom states?
Your plugin should take **one single text input** (comma- or line-separated values), and then **parse it internally** using JavaScript. The plugin automatically **splits that text into a real Bubble list** and publishes it as a state. This removes the need for users to manually add each input value with workflows.
Thanks for the response, but I’m trying to translate that. So when I call this plugin, how do I get Input1’s_Value “,” Input2’s_Value , etc into the plugin?
Sorry if this is supernoob. It’s my first time working with a plugin and fields.
I think I get it…so the fields in the plugin don’t have to be list. I can then sent a comma separated text line with the inputs “input1, input2, etc” and it will take care of it from there