[New Plugin Updates] Drawing & Painting Canvas

Hi @testpass227 thanks for reaching out and apologies for the slower reply.

You should be able to set it up with Bubble workflows to enable collaboration, although I haven’t done it myself, this is how I’d approach it:

  1. When the canvas is modified, generate a serialized canvas (it’s a workflow action under the plugin element)

  2. Once the serialized canvas has been generated (it’s an event on your workflow tab), save it to the database somewhere (the field type of where this is saved should be text)

  3. Create an event using Bubble’s Database change trigger on the workflow tab. Under this event, load the serialized canvas (from step 2) onto the canvas. You might need to set up some conditions so that if Page A made the change, you don’t reload the canvas on Page A, only Page B or Page C, which are listening for changes.

Let me know if I can help in any other way!
Alex

2 Likes