This one will take some explaining.
if i create 2 functions in a workflow, lets call them a and b.
they both are rest api resource functions and will call different post api endpoints.
a:
i create a key called codeId and a value of 12
b:
a key called codeId miraculously appears with a value of 12
b:
I delete the key called codeid
a:
the key called codeId has now completely vanished
it seems since this upgrade to 3.75.14 that the functions have in some way become entangled, whatever i put as key/value pairs in one of the functions, appears in the other and vice versa.
I have tried deleting and recreating the functions, i have tried creating one function then duplicating it, always the same, The functions are entangled.
If i get time, I will upload a video showing the mysterious Retool workflow entanglement