I have a field for one of my plugin’s actions called ID Attribute (type text).
I want whoever installs the plugin to be able to pass through multiple texts (like below).
I thought bubble might treat multiple texts as an array, but that doesn’t seem to be the case. The below code triggers an error:
I then thought ticking the “Is a list” checkbox in the plugin builder might do the trick. But that doesn’t allow for users to input their own values.
What’s the best way to allow users to use multiple custom texts as inputs?