Hey everyone,
In my Bubble.io project, the data is saved only when the user clicks the publish button. The setup includes a main job and associated products. Users can add or edit products, but these changes are not stored until the job is published.
To handle this, I’ve created a separate database to store unpublished data temporarily. If the user doesn’t publish, I clear this unpublished data. When the publish button is clicked, I also check whether the specific data already exists before saving, which adds more processing time than expected.
I’m looking for a more efficient way to handle this process, so if there’s a better approach, I’d appreciate any suggestions.
Thanks
Dalip Kashyap