Storing and passing objects using Javascript to Bubble

I have an html element that I’m trying to store. I’ve tried storing this element using Javascript to Bubble but the type of the element is of type ‘object’

I have no idea how to store this element as type object as it is not an option. I have it currently published as type ‘text’ See error below.

did you test JSON.stringify()? it should convert your object into a string

perfect thanks Jici!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.