I have made a html element that uploads pictures and allows the user to rearrange the images, I want to be able to save the list onto my bubble database when the product is created. How can i do this? I have an issue because the list of images are in base64, how can i convert them and have them saved in my database?
I tried that, it seems like i can’t convert a list of items and return that value. Maybe im doing something wrong. Also im trying my best not to use backend workflows for something so simple. Later today I will try again and let you know what I can come up with. Let me know if you have any ideas sorry for bugging you
If the plugin action works in the backend, just create a backend WF to create the image file through the plugin action and use schedule a WF API on a list on your list. Bubble doesn’t have native front end looping. The easy way to process a list is with backend WF.