Creating dynamic object - is it possible?

Hello,

I’ve checked other topics on that matter and all of them somehow not about dynamic objects.
Let me define the static object as I understand it in the context of Bubble:
That’s a specific object from a Database. For example - Current User is an object of a table Users. So it has all properties of Users (like email, unique_id, etc).

What I’m looking for:
Dynamic object that I set a bunch of parameters and propagate through the workflows.
For example:
Client Workflow that sends a bunch of parameters (daytime, background, weather, mood - they are keys, so they have their own values) to Backend Workflow.
I have to list every single parameter if I push this data through the workflows.
What I wanted to achieve - push only the Object and call for it’s params when it’s needed - like Object.Weather, but in all other requests when I don’t need it - I just push Object as an Object, and that’s it. One parameter pushed instead of several.

Hope it is clear enough ^^’

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