mikeloc
November 13, 2020, 2:53am
5
For anyone who might come across this thread, @buckman came up with an alternate (and pretty creative, if you ask me) solution that uses a custom state to close the popup…
Here is the solution.
[HowToMakeAPopupDisappearInBubble]
If you want to use a Reusable Element as the form body in a popup, you set a custom state on your reusable element and then you set up a trigger on that element at the form level. Here is what I did step by step:
I went to my Reusable Element and when the save button was closed, I added a custom state called “shouldClose” and set it to type “YES/NO” and a default of “YES” every time the save button is clicked
[image]
th…