💡 Stack Alert Popups + Bug Fixes

Hey everyone :waving_hand:

This release brings you more control with stackable popups and a couple of bug fixes.

Check out what’s new :backhand_index_pointing_down:

:pushpin: Display multiple popups without overlapping

Before, if you opened more than one popup at the same time, they would overlap.

Now, you can configure your alert popups to stack , without manual positioning or custom logic.

Toggle the “Is stacked?” parameter to make sure each popup appears one at a time, vertically or horizontally:

Popups_stacked_1

Perfect for building a custom notification system or displaying multiple alerts in sequence!

Check out our docs to learn more.

:beetle: Bug fixes

• [ARRAYS]: if you connected a repeat container to an empty list, some old placeholder text still showed up on the screen. That’s now fixed.

• [DASHBOARD]: we fixed a bug where deleting a project showed an error message, even though the project was deleted.

• [VARIABLES]: when using the reset variable value action, variables you’ve already selected will now be removed from the dropdown list.

That’s all for this release! As always, let us know what you think :slightly_smiling_face:

5 Likes

Is there a any plan to change the properties from inside the popup actions while the popup is already populated ?

Also is there a plan to expose properties outside ?

Hey Tamara,

Great changes, saved a bunch of time of my stack workaround.

One thing that I would love to have is a Collection ID parameter. Similar to the one already available in usual components. Since the popup is a component, I don’t it’s impossible to implement, and it would definitely help to make development more dynamic.

I currently have to create a controller component that allows me to select the collection id in the editor, and then jsut parse the value to the popup, but it would be great to be able to do that from within the workflow itself.

I hope that makes sense.

Bruno