This is silly, but I have gone through like 15 plugin tutorials and haven’t figured this out.
I want my plugin action to generate an output, just a simple “Hello World” string! I want to be able to then use that output in Bubble the way I’d use other data, e.g. to “Make changes to a thing” or whatever. I thought that if I returned a value in the action that the workflow would make available one of those “Result of Step 1…” options which I could then use in Bubble. But that’s not working.
Would it be possible to pass to an element state and then use it? How can I pass from an action to an element’s state? I haven’t seen anything about that in the tutorials I’ve gone through either.
Client-side actions can’t return anything, much less arbitrary objects. While object support would be great, we need the client-side API to be able to return values to the workflow first. This would radically improve Bubble in short order.