Any way to edit or delete a global static value?

Hi, just getting started with n8n and I’m playing around with a few of the example workflows I’ve come across such as only reading new rss items.

Anyway, I’m wondering if there is a way to inspect/edit global variables through the editor or would I need to temporarily delete it using a function node?

Thanks
Tony

There is no way to interact with those variables using the editor. You need to use a function node. Keep in mind that the static values are only persisted when the workflow is active. In test mode, they are deleted when the workflow finishes.

Got it, thx for the quick response.

Adding my +1 for this P4 at some point.