When using the Form node and debugging, you often end up with pinned data. This breaks subsequent “execute workflows” in every situation i can think of, since the form doesnt come up and you cant click on anything. Im not sure why youd want to do this. Its confusing and Im always fighting with it.
Can you give an example with screenshot(s) where it is causing issues?
Pinning data is always a manual action, unless they changed that in a new version.
So you can simply decide not to pin the data.
Also pinning data is one of the best features for debugging. For example, you do not need to fill in the form over and over again while developing.
So I am very curious what is causing issues with it for you.
Here is one of many flows that “pins data automatically”.
from main workflow call a sub. Have the sub “stop and error” simulating a normal bug.
run the main. when it errors click “debug in editor” to debug the sub.
now fix the error and hit save.
You have just inadvertently “saved” that the data is pinned for all views/instances of the Sub. To test this open a new window to that sub and note that the data is pinned. You might come back days later to debug the sub, and not realize its pinned, and that is very hard to notice why its not working as intended.
There are 2-3 other ways i stumble into this trap also, ill note them when i realize what they are.