Multiple Actions with a Single Button?

Hi there. I’m currently using Glide on the free plan.

I’d like to assign multiple actions to a single button on one of my screens. Is this possible?
What I want is for the “Post” button to both add a post and then navigate to the posts screen.

(Image 1)
I added a Button from the COMPONENTS section. When I try to assign multiple actions, Glide automatically adds another button instead.

(Image 2)
If I delete the label of the second action, it merges back into one button visually — but only the first action gets executed when I tap it.

I found related question and someone replied “it can”. But the link of the solution is dead…
So, my question is:
Is it not possible to assign multiple actions to one button in Glide?
Or is this feature available only on a paid plan?

That’s because you are adding multiple buttons. It may seem confusing, but on the button block, the “Add action” actually adds a whole new button, not an action :laughing: But you definitely can, and you don’t need a paid plan! Delete your second button and change the first to use a Workflow (Workflows in [TABLE NAME] > New workflow when choosing an action). In the Workflow editor you can add multiple actions together.

3 Likes

You’re a genius!!! That completely solved it.
I was this close to wasting my entire Saturday…
Thank you so much!!

3 Likes

No problem :grinning_face_with_smiling_eyes: Excited to see what you make!

1 Like