How to Trigger Workflows From Input Changes | Bubble Quick Tip

preview_player
Показать описание
Bubble is a visual programming language that lets you build web applications without code. Using Bubble's visual editor, you can build a fully-functional web application quickly and affordably.

Learn more about Bubble, the leading no-code web app development platform:
Рекомендации по теме
Комментарии
Автор

If I’m taking in multiple inputs, I like to use the input change trigger to save each input in a custom state, then create the database item with the submit button and populate the fields from the custom states. Keeps things nice & orderly.

uristrauss
Автор

Does this work on an Input Field that changes its 'value' just by selecting values from other elements?


I've set this up like this:

I have a sidebar menu that I can tap on to change the Group that is being shown. I have a hidden input field that changes value based from the current Group that is showing.

On my time doing this, it doesn't seem to work this way.

babyrage
Автор

Thanx, but ... Why this trigger not working when I clear input? I want to do some thing almost every changing the input =/

ArtyomShakurov
Автор

it does only say "An element is clicked, A popup is closed, A popup is opened, An element has an error running a workflow"
it doesn't say me input value changed for option, why?:(

mathquik
Автор

Wouldn't it be better to use auto-binding?

alexlefkowitz