[The Bubble way of being and its intriguing things] šŸ¤”

I know, you may have some intriguing questions about how things are done or exist in Bubble.

Well, here’s a question that most people may not have asked themselves yet.

Why is the field labeled ā€œCreated Dateā€ (created by Bubble itself in any new data type) when used in expressions actually referred to as ā€œCreation Dateā€?

I’m sure some of you have caught yourself using the wrong label to sort a list when using this field, right!?
慤



What’s the intriguing thing about Bubble that you always wonder about while working on your projects?

Why does the backend workflow let you set a return value… but then doesn’t actually let you return it to the frontend? :expressionless_face:

1 Like

Why…
Things? (instead of item maybe?)
Make change to (instead of update)
And all of theses plugins that should be native stuff (API connector, multidropdown, RTE…)

3 Likes

This has annoyed me for so many years, and not just because of wanting to see things to be grammatically correct so that they are more easily understood, but because it actively makes it more difficult to know what to use for things like a PATCH API call. Do we structure the field as created_by or creation_date…and from my recollection, neither work, and Bubble support never provided me the answer.

Does anybody know which way we label that field for a PATCH api call to work?

Other things that annoy be about incorrect grammar are things that indicate completed versus in progress, especially around ā€˜page is loaded’ event, which for me, the ā€˜ed’ portion of the verb load, indicates completeness, as in done in the past, however, the actual action is ā€˜when page is loading’ or ā€˜page load initiated’.

1 Like

Why is ā€œpage is fully loadedā€ the only condition that defaults to yes? Basically ā€œwhen page is fully loaded is yesā€ is equal to ā€œwhen page is fully loadedā€

Fun fact, if you install the Bubble App Connector plugin and reference your own app on it, you can call backend workflows and access the return value as if it were a call from an API Connector.

1 Like

Why won’t Bubble give us tools to handle JSON data, instead of only working with ā€œpre-definedā€ JSON schemas?

Is some situations, like API Calls, or even front-end data handling, being able to natively create and update JSON fields would be very useful.

2 Likes