Bubble Forum - Latest posts https://forum.bubble.io Latest posts Redesigned property editor beta: Now available to everyone
sudsy:

In the old expression editor, hovering a parenthetical “block” (for lack of a better term) would highlight that block and dim the rest of the expression…

@randomanon this is the evidence you’ve been hunting for, video is in original post

]]>
https://forum.bubble.io/t/redesigned-property-editor-beta-now-available-to-everyone/395213#post_18 Wed, 22 Apr 2026 19:07:57 +0000 forum.bubble.io-post-1242002
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 Alright cool, more good news! :slight_smile:

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=26#post_507 Wed, 22 Apr 2026 19:04:44 +0000 forum.bubble.io-post-1242001
Native mobile launching Hello everyone, I’m getting ready to launch my mobile app on android and ios and i want to hear from people who already went through that : the bug correction, the delays or rejections from ios that i hear a lot about…

Also my app is well tested on bubblego but is it gonna be the same thing on testflight or android beta or i’m gonna get some surprises ?

thanks for y’all answers​:folded_hands:

]]>
https://forum.bubble.io/t/native-mobile-launching/395279#post_1 Wed, 22 Apr 2026 18:54:20 +0000 forum.bubble.io-post-1242000
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 I may have missed something…

but honestly, this thread has gotten so long, I don’t have time to read through it all.

But, is Buildprint for published apps only?

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=26#post_506 Wed, 22 Apr 2026 18:46:53 +0000 forum.bubble.io-post-1241999
Issue with Stripe Subscription data getting into Bubble ok, so I solved one thing. Bubble isn’t finding the wrong user; it’s not finding ANY user. (I forgot the constraints on the search field in my debug, so it was just pulling the first client out of the database).

So here’s what’s really happening. I send a request to purchase a subscription. In the body field that gets sent to Stripe it includes the “current user’s unique ID” as the stripe “client_refererence_ID”. After purchase, and when the webhook comes through, it appears like the proper ID comes through too (my debug_ref that uses “request data’s object’s client ref ID” is showing the correct and current user), but bubble is still not finding a user.
I’ve been trying to constrain the USER search to “unique ID = request data’s object’s client reference ID”, but that didn’t work. So I created a temp field on USER called “stripe_checkout_ref”, which, when you select your subscription plan, writes to this field the current user ID. This also hasn’t worked.
I’m going to attach a screenshot, maybe that can help.

]]>
https://forum.bubble.io/t/issue-with-stripe-subscription-data-getting-into-bubble/395278#post_5 Wed, 22 Apr 2026 18:45:58 +0000 forum.bubble.io-post-1241998
[Brasil/LATAM] Engenheiro Sênior para SaaS B2B (App Complexo) Bacana demais dar a oportunidade pra nossa galera! :fire:
Tomara que achem alguém top

]]>
https://forum.bubble.io/t/brasil-latam-engenheiro-senior-para-saas-b2b-app-complexo/395264#post_3 Wed, 22 Apr 2026 18:31:58 +0000 forum.bubble.io-post-1241997
Issue with Stripe Subscription data getting into Bubble Got it.

So when you use the native bubble plugin, what is your redirect uri?

]]>
https://forum.bubble.io/t/issue-with-stripe-subscription-data-getting-into-bubble/395278#post_4 Wed, 22 Apr 2026 18:22:00 +0000 forum.bubble.io-post-1241996
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉
elvatix:

will the issue checker be connected to buildprint in the future?

Buildprint was able to see issues listed in the Issue Checker, but due to how the Bubble editor calculates/cahces them, after Buildprint addressed an issue (or in my case, a list of issues), I had to load those pages/elements/workflows in the editor for Bubble to re-calculate them and the issue counter to go down to 0.

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_505 Wed, 22 Apr 2026 18:17:07 +0000 forum.bubble.io-post-1241995
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 It can generally see issues already! A big update is coming this week which will improve the speed, reliability, and complexity of Buildprint’s work. More to come :smiley:

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_504 Wed, 22 Apr 2026 18:13:20 +0000 forum.bubble.io-post-1241993
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 Hey @georgecollier, will the issue checker be connected to buildprint in the future?

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_503 Wed, 22 Apr 2026 18:11:52 +0000 forum.bubble.io-post-1241992
Issue with Stripe Subscription data getting into Bubble Yes. The other day I set it up without the native plugin and things worked. But I thought the plugin might make my life easier.

]]>
https://forum.bubble.io/t/issue-with-stripe-subscription-data-getting-into-bubble/395278#post_3 Wed, 22 Apr 2026 18:04:47 +0000 forum.bubble.io-post-1241991
Issue with Stripe Subscription data getting into Bubble Hey :waving_hand: @webshaun

Are you trying to use the native Stripe plugin?

]]>
https://forum.bubble.io/t/issue-with-stripe-subscription-data-getting-into-bubble/395278#post_2 Wed, 22 Apr 2026 17:58:43 +0000 forum.bubble.io-post-1241990
Issue with Stripe Subscription data getting into Bubble I need some help, because at this point I think that Bubble has a bug.

I’ve got a very straightforward setup where I send a subscription to stripe and its webhook comes to bubble and populates both the USER and SUBSCRIPTION datasets. At least it’s supposed to. When I review the raw data of a webhook, I can see that the stripe object_client_reference_ID is, in fact, matching the user’s unique ID (which is part of the setup), but when the webhook is received, it’s not writing to the USER dataset at all and it’s only partially writing to the SUBSCRIPTION dataset.

So I went into debug mode. I added two fields on the SUBSCRIPTION dataset:

  1. debug_on_user_ID - uses a USER search constrained by unique ID = request data’s object’s client reference ID
  2. debug_reference_ID - simply uses the current user’s unique ID

No matter what I do, every time I run through a test checkout, these 2 numbers don’t match. Instead - and this is what’s perplexing - bubble returns a DIFFERENT USER entirely on the searched field.

I’ll note, just to be thorough, that when I send a person to stripe to pay for a subscription, they’ve already been assigned a bubble user ID and in the data sent to stripe it sends “&client_reference_id=Current User’s unique id”. Stripe should not be receiving another person’s ID.

Can anyone explain to me what’s happening? Is it possible this is a bubble bug when using the stripe API plugin?

Thanks

]]>
https://forum.bubble.io/t/issue-with-stripe-subscription-data-getting-into-bubble/395278#post_1 Wed, 22 Apr 2026 17:57:23 +0000 forum.bubble.io-post-1241988
Redesigned property editor beta: Now available to everyone
Jici:

I really believe that states should have it’s own tab

I agree and just wanted to boost this request with a dedicated reply. It’s time to stop treating custom states like the Rodney Dangerfield of features and give them the respect they deserve.

(Don’t worry witto custom states. I still wuv you.)

:smirking_face:

]]>
https://forum.bubble.io/t/redesigned-property-editor-beta-now-available-to-everyone/395213#post_17 Wed, 22 Apr 2026 17:39:07 +0000 forum.bubble.io-post-1241987
No aparece boton de aprobar en chat de edición El botón Approve del Bubble AI Agent no aparece en el chat del editor. Tampoco aparece la X para cerrar el chat. Ocurre en Chrome y Firefox

]]>
https://forum.bubble.io/t/no-aparece-boton-de-aprobar-en-chat-de-edicion/395277#post_1 Wed, 22 Apr 2026 17:32:30 +0000 forum.bubble.io-post-1241986
Redesigned property editor beta: Now available to everyone Isn’t this supposed to underline now @lindsay.esterman or was i imagining that

]]>
https://forum.bubble.io/t/redesigned-property-editor-beta-now-available-to-everyone/395213#post_16 Wed, 22 Apr 2026 17:27:40 +0000 forum.bubble.io-post-1241984
Redesigned property editor beta: Now available to everyone
lindsay.esterman:

Try it and let us know what you think

It’s my first time trying it (was not part of the initial beta), and I will have more feedback to provide; but I must immediately point out what I consider to be a regression (or glaring omission).

In the old expression editor, hovering a parenthetical “block” (for lack of a better term) would highlight that block and dim the rest of the expression…

However, the new expression editor has no equivalent visual feedback…

This feature is roughly the equivalent of highlighting a block of code (or connecting the opening and closing curly braces with a vertical line) in a code-editing IDE, and I found it very helpful b/c it eliminates the need to constantly mentally parse the expression to determine where you might want to insert a new subexpression. It was thoughtfully added by the engineers who implemented the original parentheses feature, and I’d love to have it back!

What I propose is using a background highlight similar to the following…

Or if that’s not feasible, at the very least make the opening and closing parentheses of the hovered block stand out, like bold and bright magenta or something - not just some subtle color change.

Thanks for considering!

]]>
https://forum.bubble.io/t/redesigned-property-editor-beta-now-available-to-everyone/395213#post_15 Wed, 22 Apr 2026 17:23:47 +0000 forum.bubble.io-post-1241983
Google Calendar Integration - Webhook help I dont think that Google Calendar guarantees that it’ll send you only-once events. You have to shape your workflow so that it can handle duplicates.

Google should send you some sort of idempotency key, which you can use to know in the workflow if you’ve processed this event or not. It should look something like first checking if a Calendar Appointment in your data table has a field “lastupdatekey” that equals your idempotency key. If so, you can skip updating the database. If not, you know this is not a duplicate.

]]>
https://forum.bubble.io/t/google-calendar-integration-webhook-help/395270#post_2 Wed, 22 Apr 2026 17:18:36 +0000 forum.bubble.io-post-1241980
Google Calendar Integration - Webhook help Hi, I’ve built integration with Google, and now wanted to have full syncing, implemented a webhook but i’m struggling with duplicates being created.

  1. Could sb help me with those duplicates (no matter what conditions I put in the workflow steps the issue is still there, I’ve also tried to put some conditions for the workflow itself, but without success)?
  2. Do you think the Google Calendar webhook is good solution here, or it’s better to create a workflow that will be checking all the events, creating, updating or deleting after some trigger, like opening a page etc…
]]>
https://forum.bubble.io/t/google-calendar-integration-webhook-help/395270#post_1 Wed, 22 Apr 2026 17:01:58 +0000 forum.bubble.io-post-1241976
Google Calendar issue Hey @beaurobinsykes ,
Thank you for contacting us.

We have forwarded this issue to the development team.
As soon as we hear back from them, we will be sure to contact you.

Best Regards,
Zeroqode Support Team

]]>
https://forum.bubble.io/t/google-calendar-issue/395246#post_4 Wed, 22 Apr 2026 16:44:23 +0000 forum.bubble.io-post-1241975
[PLUGIN] Input Super Powers 🪄 Hey everyone :waving_hand:

Just released a free plugin called Input Superpowers and thought it might be useful for a lot of you working with forms and data validation in Bubble.

The idea is simple: give you more control over what users type — without complex workflows or extra plugins.

:small_blue_diamond: Mask Mode
Easily format inputs in real time (CPF, phone numbers, dates, or any custom pattern). Just define your mask using:

  • 0 → numbers

  • A → letters

  • S → alphanumeric

:small_blue_diamond: Restrict Mode
Control exactly what’s allowed in the input (text, numbers, spaces, hyphens, special characters). Anything invalid gets automatically removed as the user types.

:small_blue_diamond: Built-in States

  • Character count

  • Clean value (perfect for DB storage)

  • Mask validation (know when input is complete)

It’s super lightweight, easy to set up, and works with any input via element ID.

Would love to hear your feedback or ideas for improvements :raising_hands:

https://moabeplugins.bubbleapps.io/version-test/input_text_only

]]>
https://forum.bubble.io/t/plugin-input-super-powers/395267#post_1 Wed, 22 Apr 2026 16:09:43 +0000 forum.bubble.io-post-1241972
Mobile Tab Bar Padding @SierraLabs that’s a good workaround. Thank you for sharing it

]]>
https://forum.bubble.io/t/mobile-tab-bar-padding/395230#post_5 Wed, 22 Apr 2026 15:48:22 +0000 forum.bubble.io-post-1241970
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 Thanks @georgecollier and understood :slight_smile: - in terms of utility it would be really nice to develop a workflow (or buildprint tests) and be able to debug these in real time.

But we can only wish haha

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_502 Wed, 22 Apr 2026 15:38:47 +0000 forum.bubble.io-post-1241969
Mobile Tab Bar Padding @dev.goldenaxe @shahrukhghazaan Yes, exactly. I’m using a go to view action in the workflow.

I think I found a solution. There is still a small hiccup, though.

  • Add the items to the tab bar but make it’s opacity 0% so we can’t see it.
  • Set the bottom margin of the floating group to a negative value that compensates the size of the tab bar, so it sits on top of it.
  • Use “Go to tab” instead of “Go to view” as the workflow action.

With this, the transition between views is smooth. The only issue is that the Floating Group is still blinking when you switch to another view, but only the first time you access that view. After the first “visit” it stops blinking.

]]>
https://forum.bubble.io/t/mobile-tab-bar-padding/395230#post_4 Wed, 22 Apr 2026 15:36:32 +0000 forum.bubble.io-post-1241968
[Brasil/LATAM] Engenheiro Sênior para SaaS B2B (App Complexo) Opa, enviei uma DM!

]]>
https://forum.bubble.io/t/brasil-latam-engenheiro-senior-para-saas-b2b-app-complexo/395264#post_2 Wed, 22 Apr 2026 15:17:01 +0000 forum.bubble.io-post-1241965
Button + icon element improvements It’s crazy that a simple adjustment in a simple feature has more impact than the last 3 months of AI in Bubble.io

]]>
https://forum.bubble.io/t/button-icon-element-improvements/327638?page=7#post_126 Wed, 22 Apr 2026 15:14:59 +0000 forum.bubble.io-post-1241963
[Brasil/LATAM] Engenheiro Sênior para SaaS B2B (App Complexo) [Vaga LATAM] [Salário em USD] [Engenheiro(a) Sênior] [Remoto]

Estamos contratando um Bubble Engineer na Euler.

Somos uma empresa B2B SaaS (~30 pessoas), com forte cultura de engenharia e em fase de crescimento acelerado.

:backhand_index_pointing_right: Importante: essa NÃO é uma vaga para projetos simples (landing pages / CRUD básico). Você vai trabalhar em um produto de complexidade considerável, em fase de tração e com usuários reais. Se você nunca trabalhou com APIs ou não se preocupa com performance, essa vaga provavelmente não é pra você.


:rocket: O que você vai fazer

  • Construir e escalar um SaaS B2B em produção usando Bubble

  • Desenvolver integrações complexas (APIs, webhooks, serviços externos)

  • Modelar estruturas de dados robustas (segurança é crítica)

  • Melhorar UX e confiabilidade do sistema em escala

  • Trabalhar com onboarding e integrações de clientes


:brain: O que buscamos

  • Experiência sólida com Bubble (projetos reais, não apenas tutoriais)

  • Boa base de backend (APIs, lógica, modelagem de dados)

  • Capacidade de debugar workflows complexos

  • Experiência com código (JS, Python, Node, etc.) é um diferencial forte

  • Inglês suficiente para trabalhar com time internacional


:dollar_banknote: Remuneração

  • Pagamento em USD

  • Faixa: até $3500/mês


:globe_showing_americas: Localização & Timezone

  • 100% remoto

  • Horário comercial da Costa Leste dos EUA (EST)

  • Vaga focada em candidatos do Brasil / América Latina


:envelope_with_arrow: Como se candidatar

Preencha o formulário:
https://forms.gle/jAJ89kKo2HLrm7c87


Se quiser aumentar suas chances, inclua:

  • Portfólio de projetos Bubble

  • Descrição de um projeto complexo que você construiu (integrações, escala, etc.)

]]>
https://forum.bubble.io/t/brasil-latam-engenheiro-senior-para-saas-b2b-app-complexo/395264#post_1 Wed, 22 Apr 2026 15:07:20 +0000 forum.bubble.io-post-1241962
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 Buildprint doesn’t add changelog entries (yet) but it’s something we’ll do in the future

For now, Buildprint creates a savepoint, will tell you what it changed in chat (or you can ask it), and yeah you can see when merging!

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_501 Wed, 22 Apr 2026 14:59:36 +0000 forum.bubble.io-post-1241961
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 Hey George, just noticed that when using the `Build` mode on BP, after I ask it to make changes to the app, it does not store those changes in the changelog. Is that expected? If I can’t see changes in the changelog, how can I reliably know what it did? Only when merging my branch with `Main`? Thank you for your time! :slight_smile:

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_500 Wed, 22 Apr 2026 14:50:06 +0000 forum.bubble.io-post-1241960
Redesigned property editor beta: Now available to everyone I think overall is good but some bugs are annoying right now:
Clicking add, cuts the conditional, I can’t see what I’m adding to expression.


Another thing is margin, sometimes show as a string called 'Mixed’instead of a int like ‘10’.

]]>
https://forum.bubble.io/t/redesigned-property-editor-beta-now-available-to-everyone/395213#post_14 Wed, 22 Apr 2026 14:44:32 +0000 forum.bubble.io-post-1241959
Group Focus Conditional @adamhholmes Would your solution above work in the following case:

I am trying to find a way to use a group focus more than once, using different reference elements, and change the positioning dynamically. I didn’t try your solution, but it doesn’t seem like it would help in this case. I need to move the group focus to a completely different location on the page, one which wasn’t even visible when the original reference element was. Your solution seems like it would just move the group focus relative to the original reference element.

]]>
https://forum.bubble.io/t/group-focus-conditional/392621#post_11 Wed, 22 Apr 2026 14:37:39 +0000 forum.bubble.io-post-1241958
[NEW PLUGIN] VizBlocks & VizBlocks PRO - The Ultimate, Beautiful Charting Library for Bubble! Hey Bubble family! :waving_hand:

We’ve been in the lab listening to your feedback, and today we are thrilled to announce VizBlocks V3!

We know you loved how VizBlocks made your dashboards look, but we wanted to push the boundaries of what these charts could actually do. With V3, we transformed our visualizations from static displays into fully interactive workflow engines.

Here is a quick look at the major upgrades:

:computer_mouse: Click Everything! Every chart (Scatter, Flow Chart, Mind Map, Venn, you name it) now supports click events! We standardized exposed states across the board so you can easily extract the clicked_index, clicked_category, or clicked_value and trigger your Bubble workflows. Want to use a Timeline or a Treemap as a navigation menu? Now you can!

:artist_palette: Deep Design Control You asked for pixel-perfect control, and we delivered.

  • Change the padding between boxes in Treemaps and bubbles in Clouds.

  • Change connecting lines to dashed/dotted in Timelines.

  • Choose custom shapes (diamonds, databases, ellipses) for Flow Chart nodes.

  • Toggle line styles (smooth, straight, stepline) in Mixed Charts.

:speech_balloon: Smart Formatting & Labels No more raw, ugly numbers. You can now set Prefixes (e.g., $) and Suffixes (e.g., hrs) globally per chart. We also added toggles to show permanent Data Labels directly on bars, points, and Venn slices, alongside “Smart Zero” logic that cleanly hides empty data.

:bar_chart: Chart Highlights:

  • Venn Diagram: Now detects if a user clicked a parent circle or an intersection!

  • Mind Map: New “Start Collapsed” mode for handling massive data trees cleanly.

  • Pictograph: Now acts as a fully interactive input—perfect for custom 10-point rating systems.

  • (And massive upgrades to Bubble, Stacked Bar, Area, Word Cloud, Progress List, and Mixed Charts!)

We can’t wait to see the interactive dashboards you build with V3. Update the plugin in your editor today and let us know what you think below! :backhand_index_pointing_down:

Happy building! :hammer_and_wrench::sparkles:

]]>
https://forum.bubble.io/t/new-plugin-vizblocks-vizblocks-pro-the-ultimate-beautiful-charting-library-for-bubble/393043#post_3 Wed, 22 Apr 2026 14:05:09 +0000 forum.bubble.io-post-1241952
Redesigned property editor beta: Now available to everyone The property editor seems more like the Elementor Builder for WordPress or somewhat Figma, and less like Bubble as we know it. I’ve used both, so not much of a problem, but the editor’s openness of bubble is way better than others, just don’t congest features/options from singular to groups

For example, one of my button elements had a 20 px top margin made previously. I opted for the new editor a few hours ago. And to change the margin of the button, it took me nearly 15 mins to find the option to change (I thought the option was missing). I can see the margin, but can’t find the option.

I agree with other devs above, it doesn’t feel as snappy as the regular editor, hopefully it will get faster and simpler to use as bubble already is.

]]>
https://forum.bubble.io/t/redesigned-property-editor-beta-now-available-to-everyone/395213#post_13 Wed, 22 Apr 2026 13:29:12 +0000 forum.bubble.io-post-1241951
[NEW PLUGIN] ChapterOne - The Ultimate LMS Video Engine (Chapters, Speed Control, Subtitles) 🎬 Hey Bubble family! :waving_hand:

Today we are releasing our biggest update yet: Version 3.0 (The Streaming & Audio Update).

We wanted to give you the power to build true Netflix-tier and Spotify-tier platforms on Bubble, handling heavy media gracefully while saving on Bubble storage costs. Here is what’s new under the hood:

:satellite_antenna: Adaptive Bitrate Streaming (HLS & DASH) Connect directly to AWS S3, Mux, or Cloudflare Stream! Just paste an .m3u8 or .mpd link. The player will automatically decode the stream and unlock the Quality Selector in the gear menu, letting your users choose between 1080p, 720p, or Auto—adapting to their internet speed in real-time.

:headphone: Dedicated Audio / Podcast Mode Are you building a music or podcast app? Just check the new is_audio box, and the player sheds its video canvas, transforming into a sleek, minimal audio player for your .mp3 and .wav files. (Note: YouTube/Vimeo links will still render as video to comply with their API restrictions!).

:magic_wand: Smart Auto-Routing (UX Win!) We removed the clunky “Select Provider” dropdown. You no longer have to manually tell the plugin if a link is YouTube, Vimeo, or HTML5. Just feed the video_url field dynamically from your database, and our smart engine instantly detects the format and loads the correct player API in milliseconds.

Update to V3 in your editor today and let us know what you think!

Happy building! :popcorn::studio_microphone::sparkles:

]]>
https://forum.bubble.io/t/new-plugin-chapterone-the-ultimate-lms-video-engine-chapters-speed-control-subtitles/388011#post_3 Wed, 22 Apr 2026 13:03:02 +0000 forum.bubble.io-post-1241950
Bubble Dev wanted — revenue share deal on a pool industry SaaS (real product, partially built) You’re going to struggle to find anyone serious on a 10% revenue share.

When you’re finding someone to do a revenue share/equity deal, it’s actually you that needs to prove yourself + your value, not the developer you’re looking to find.

If you’re offering a 10% revenue share, you need to have a very good reason that you are the right person and the only person that can build and grow the business.

Else, why would a developer work with you for 10% share, when they could do it themselves? If their self built product is 10% as successful as yours, they’ve broken even.

]]>
https://forum.bubble.io/t/bubble-dev-wanted-revenue-share-deal-on-a-pool-industry-saas-real-product-partially-built/395159#post_3 Wed, 22 Apr 2026 12:59:46 +0000 forum.bubble.io-post-1241949
Bubble Dev wanted — revenue share deal on a pool industry SaaS (real product, partially built) Am interested

]]>
https://forum.bubble.io/t/bubble-dev-wanted-revenue-share-deal-on-a-pool-industry-saas-real-product-partially-built/395159#post_2 Wed, 22 Apr 2026 12:53:13 +0000 forum.bubble.io-post-1241948
Date/time picker error? The issue you’re seeing is a classic timezone conflict between UTC and South Korea’s UTC+9 offset where the rounding and the individual “change” commands aren’t syncing perfectly.

To fix this you should use the clean slate method which means rounding the value down to the day first to effectively wipe the time to 00:00:00 and then simply using the plus hours operator to add 9.

By rounding to the day instead of just the date you ensure all minutes and seconds are completely neutralized before you set your specific time. This prevents those stubborn ghost minutes from reappearing when Bubble converts the data for your local display in South Korea.

Just make sure your app settings or your formatting expression are also set to use the current user’s timezone so the 09:00 you saved is exactly what you see on the screen.

]]>
https://forum.bubble.io/t/date-time-picker-error/395256#post_2 Wed, 22 Apr 2026 12:47:05 +0000 forum.bubble.io-post-1241947
Accessibility issue with screen readers (all elements read as clickable) Did you get any response on this from bubble?

]]>
https://forum.bubble.io/t/accessibility-issue-with-screen-readers-all-elements-read-as-clickable/393747#post_4 Wed, 22 Apr 2026 12:35:44 +0000 forum.bubble.io-post-1241944
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 At some point probably, but for now no because we have to comply with some limits on Bubble’s side (Buildprint is close to 50% of Bubble’s total log requests!). Bubble is making some changes which will make this more scalable. When that happens, we can probably look at restoring test version access. For now, low traffic apps are delayed up to 12 hours, so test version logs wouldn’t be useful anyway (as all test versions are by definition low traffic).

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_499 Wed, 22 Apr 2026 12:35:39 +0000 forum.bubble.io-post-1241943
Announcing Buildprint AI: The agentic engineering and observability platform for Bubble 🎉 Hey @georgecollier ! Do you have any plans to bring back logs for test/feature branches?

]]>
https://forum.bubble.io/t/announcing-buildprint-ai-the-agentic-engineering-and-observability-platform-for-bubble/391193?page=25#post_498 Wed, 22 Apr 2026 12:28:27 +0000 forum.bubble.io-post-1241942
Sorting and Filtering - Bubble Limitation and workarounds There are no plugins that can hook into how Bubble handles queries. They will always load within search constraints, and then run their code

Your method and making API requests are the best native solutions.

]]>
https://forum.bubble.io/t/sorting-and-filtering-bubble-limitation-and-workarounds/395247#post_4 Wed, 22 Apr 2026 12:25:18 +0000 forum.bubble.io-post-1241941
🎙️ New Plugin Release: Deepgram Speech to Text Live Hi Bubblers! :waving_hand:

Need a way to transcribe live audio and process recordings in your app?
The Deepgram Speech to Text Live plugin gives you real-time and pre-recorded transcription with smart AI audio analysis and secure authentication.

Recording2026-04-21175359-ezgif.com-crop

:sparkles: Key Features:

  • Live & Pre-recorded Transcription: Stream mic input or process existing audio files.
  • Speaker Diarization: Tag individual speakers to create clear conversation logs.
  • AI Audio Intelligence: Detect topics, sentiments, intents, and generate summaries.
  • Secure Token Authentication: Protect API keys using short-lived temporary tokens.
  • Workflow Control: Manage recording states, pause, resume, and auto-stop limits.

:backhand_index_pointing_right: Demo | Documentation

Built for creating transcription tools, voice-controlled features, or conversation analyzers.

Levon Terteryan
Founder @ Zeroqode

Browse all Zeroqode Plugins for bubble
BannerLast3

]]>
https://forum.bubble.io/t/new-plugin-release-deepgram-speech-to-text-live/395258#post_1 Wed, 22 Apr 2026 12:17:02 +0000 forum.bubble.io-post-1241940
Button + icon element improvements For standalone icons or in a homemade button group. Not ideal but still has benefits…

]]>
https://forum.bubble.io/t/button-icon-element-improvements/327638?page=6#post_125 Wed, 22 Apr 2026 11:53:29 +0000 forum.bubble.io-post-1241938
[Feature Update] Generate full password reset url option for web & mobile same issue here

Takes me to a browser out of Gmail mobile app

Url is

https://www.google.com/url?q=https://u50979948.ct.sendgrid.net/ls/click?upn%3Du001.AK-2B2IwKgcVKzjxwmV6Yea5uHPTJg1K66-2BMXqMP-2BGrnZDamKMlFaFtteN3bHMi8bx3wQyt1qGvfUg004VKZ89ip1nBdh1y1wxgrOrlyOiircaGNN6UX6H493rPqT5RMhvcGLYOwi4w-2B-2BVMFM0LpyBlMvjAEN6D1ulR8jOa7cDC1RqieQz2G1IJWl6ERGDZP84dAzs-2FedMVIvwza-2B6ZALEV3zohKC1xOKpZQW1ZCva0iaKyErlOTkBeEiq2Ge7SF93-2BddJO9Tj70WjcBshmpxzQi7cjUTNT3aNv99ImNNW3y0-3D0JMH_VVCYXeRTx7p6l53Wu77P54-2FHU43wrWH6dnYooxcGni-2BIMfUyvdLCcNj-2Ff8sW5yvFZQh7v6sAxslAHAbB89arQdpfbubLKgd32PzDkfqhDEiLxViXBhntctLRV7OSoEkOWGx1q9FJYYNDzAfPrC-2BBPfFic-2FiIWTmUAnwpbIhlzPvrNkWXRrdogNL6-2FftJKzLWD9WSojl-2FL2rjjTmCbKBkvlgbVrromlRN4T7108g8RwdhnJCCmBtyfE8kfMHXNLCu-2BEuqDbX9Lamqmc8wPsH9uw-3D-3D&source=gmail&ust=1776944677400000&usg=AOvVaw20jzbzHSiUe60MGZI53DMJ

]]>
https://forum.bubble.io/t/feature-update-generate-full-password-reset-url-option-for-web-mobile/389045?page=3#post_42 Wed, 22 Apr 2026 11:48:59 +0000 forum.bubble.io-post-1241937
Subscription with trial period in stripe thank you! now its working :slight_smile:

]]>
https://forum.bubble.io/t/subscription-with-trial-period-in-stripe/395255#post_3 Wed, 22 Apr 2026 11:34:03 +0000 forum.bubble.io-post-1241935
Button + icon element improvements
jo1:

great update nick thanks!

Why this is great ? I don’t see the current use case

]]>
https://forum.bubble.io/t/button-icon-element-improvements/327638?page=6#post_124 Wed, 22 Apr 2026 11:25:46 +0000 forum.bubble.io-post-1241934
Button + icon element improvements
randomanon:

Or do you mean that “make it rotate” isn’t a conditional option?

You have a group background style none, if you check conditions on that group you won’t see background color option, but in the condition if you first set background color flat, you will see background color option.

Normally you will do in button case, button type label initial, condition button type = icon + label, and icon size, icon color, make the icon rotate, and label = “”.

But we don’t have those options, and don’t have the option to change the button type, thus, this update does nothing.

]]>
https://forum.bubble.io/t/button-icon-element-improvements/327638?page=6#post_123 Wed, 22 Apr 2026 11:23:33 +0000 forum.bubble.io-post-1241933
Subscription with trial period in stripe
superremontbg:

trial_end - value: now + 14 days

@superremontbg"now + 14 days" is a text. It’s not a dynamic expression where it will be converted into a timestamp.

Secondly, I’d suggest try getting rid of trial_end parameter altogether as “subscription_data[trial_period_days] = 14” is enough to tell how long the trial will be

]]>
https://forum.bubble.io/t/subscription-with-trial-period-in-stripe/395255#post_2 Wed, 22 Apr 2026 10:56:53 +0000 forum.bubble.io-post-1241932
Date/time picker error? I saved in DB

"date/time Picker aa’s value :rounded down to date change hours to 9

change minutes to 0 change seconds to 0"

call from db formatted as yyyy/mm/dd HH:mm

2026/04/22 09:04 → 04 minutes

I live in South Korea.

How can I fix it???

]]>
https://forum.bubble.io/t/date-time-picker-error/395256#post_1 Wed, 22 Apr 2026 10:55:28 +0000 forum.bubble.io-post-1241931
Data Analysis and BI Tools - HELP! I’ve wired mine into supabase. A one off exercise initially but now it publishes key data into my analytics repositories where my other warehouse data is. Its also step 1 of getting off Bubble eventually, but for now it works

]]>
https://forum.bubble.io/t/data-analysis-and-bi-tools-help/395168#post_3 Wed, 22 Apr 2026 10:52:57 +0000 forum.bubble.io-post-1241930