Not sure if this is achievable, but it would be very handy if I could perform a node search in the UI based on the values of specific properties of nodes. It's fine if a value has a fairly unique string, but (to use a dumb example) if I want all change nodes setting my_property
to true
, the best I can do is search for "my_property" and I'll get all the false ones (plus just references to the property). It's obviously complicated by the fact that properties might be set by JSONata (etc.) but even treating it as text using regex would be helpful.
To do this it would be helpful if you could see what is stored for each node without having to open the flow in a text editor. Otherwise, for example, you wouldn't know how to search for "extend delay if new message arrives" in the trigger node.
My current use case is I have a subflow that is referenced 210 times, and I want to find the ones where the environment variable called "debug" is set to true.