how do i make a widget popup after picking up a note

so im making a game and i one part you need to pickup a note and once you pick it up a widget opens and the note gets destroyed, but every time it happens the widget opens and as the note gets destroyed the widget gets removed and i dont know why.
Thanks in advance

You should post a couple screenshots of your blueprints for your note/widget/ wherever the logic is.

It sounds like your widget is attached to your note and so destroying the note is essentially destroying the widget.