# Popups: How do I close the specific popup instance inside a "On Execution" workflow?

**URL:** https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440
**Category:** How do I?
**Tags:** popup
**Created:** [July 23, 2026, 2:02am UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440 "2026-07-23T02:02:36Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![CajoOffshorly](https://avatars.discourse-cdn.com/v4/letter/c/ee7513/32.png) [@CajoOffshorly](https://community.weweb.io/u/CajoOffshorly)
#### Post date: [July 23, 2026, 2:02am UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/1 "2026-07-23T02:02:36Z")

</div>

I have a popup where in I have created an “ **On Execution** ” workflow. I want to to trigger the “ **Close this popup instance** ” but it is not available inside the “ **On Execution** ” workflow.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/d/7/d7c138823b94570f53a13ff7a2d35a377188efc8.png)

I need the “ **Close this popup instance** ” action specifically since I want to pass data back to the workflow that opened the popup after closing.

“ **Close all popups** ” does not work here since:

1. It will close all other instance of the popup type
2. It does not allow passing data to the workflow that opened the popup (which is waiting for it to close to continue execution)

---

<div class="post-metadata">

### Author: ![TristanBeer](https://avatars.discourse-cdn.com/v4/letter/t/e0b2c6/32.png) [@TristanBeer](https://community.weweb.io/u/TristanBeer)
#### Post date: [July 24, 2026, 1:03pm UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/2 "2026-07-24T13:03:24Z")

</div>

The popup components have a “Close this popup instance”. Not sure what your “On Execution” workflow is on, but you may be able to use that.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/e/f/ef1a7ff3dfa0413a8a9a4b2b3a1b3d541cdc6d91.png)

---

<div class="post-metadata">

### Author: ![CajoOffshorly](https://avatars.discourse-cdn.com/v4/letter/c/ee7513/32.png) [@CajoOffshorly](https://community.weweb.io/u/CajoOffshorly)
#### Post date: [July 27, 2026, 10:11am UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/3 "2026-07-27T10:11:10Z")

</div>

Yes, popup components do have a " **Close this popup instance"** node, but as I mentioned, it is not available on an “On Execution” workflow from **inside the popup**.

Inside my popup, I have a workflow (On Execution) that will do something then close the popup.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/4/a/4ae49a12c364fe8fea74996d18a9d566ec0332c4.png)

Inside this workflow " **Close this popup instance"** is missing.

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/a/6/a6211dd62cb0c63e926b0e65a965f2f607b7282e.png)

This workflow can be triggered by multiple events within the popup so I want to have a single workflow that I can trigger for all of them

---

<div class="post-metadata">

### Author: ![TristanBeer](https://avatars.discourse-cdn.com/v4/letter/t/e0b2c6/32.png) [@TristanBeer](https://community.weweb.io/u/TristanBeer)
#### Post date: [July 27, 2026, 12:03pm UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/4 "2026-07-27T12:03:58Z")

</div>

Could you just create multiple popups and have one instance of each instead of instancing one popup multiple times? Then you can just use the “Close All Popups” node.  
Otherwise, I do not think there is a native way to do exactly what you want.

---

<div class="post-metadata">

### Author: ![CajoOffshorly](https://avatars.discourse-cdn.com/v4/letter/c/ee7513/32.png) [@CajoOffshorly](https://community.weweb.io/u/CajoOffshorly)
#### Post date: [July 27, 2026, 12:38pm UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/5 "2026-07-27T12:38:50Z")

</div>

Even if I use “Close All Popups” action, there is no option to return data (" **Close this popup instance"** has this).

I think you’re right there’s no native way to do it. But I think this functionality is essential. I hope they consider this as feature request.

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 27, 2026, 1:36pm UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/6 "2026-07-27T13:36:54Z")

</div>

Hey @CajoOffshorly 👋

Ah yes, indeed, it would be super useful. Just created the product feedback ticket.

Not sure when we’ll be able to prioritize it though. Let me check with the team is there’s a known workaround for this.

---

<div class="post-metadata">

### Author: ![CajoOffshorly](https://avatars.discourse-cdn.com/v4/letter/c/ee7513/32.png) [@CajoOffshorly](https://community.weweb.io/u/CajoOffshorly)
#### Post date: [July 27, 2026, 2:37pm UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/7 "2026-07-27T14:37:23Z")

</div>

That’s understandable, but thanks @Joyce !

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 29, 2026, 3:37pm UTC](https://community.weweb.io/t/popups-how-do-i-close-the-specific-popup-instance-inside-a-on-execution-workflow/21440/8 "2026-07-29T15:37:04Z")

</div>

> [@Joyce](#):
>
> Let me check with the team is there’s a known workaround for this.

Hey there 👋

Quick update: unfortunately there’s no workaround at the moment.
