I test another possibility
[{"id":"64a069ff.e5db","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"c289498d.545d98","type":"rpi-gpio in","z":"64a069ff.e5db","name":"","pin":"38","intype":"down","debounce":"100","read":false,"x":176,"y":130,"wires":[["75db7356.b10fc4"]]},{"id":"75db7356.b10fc4","type":"function","z":"64a069ff.e5db","name":"PinState","func":"if (msg.payload==1)\n{\n global.set("Pin38","PinOn");\n}\nelse if (msg.payload===0)\n{\n global.set("Pin38","PinOff");\n}","outputs":1,"noerr":0,"x":409,"y":131,"wires":[[]]},{"id":"23c3d3f.3a2742c","type":"ui_switch","z":"64a069ff.e5db","name":"","label":"Switch1","group":"6781044e.5564a4","order":0,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","x":177,"y":202,"wires":[["843460f1.180848","505a2341.c4768c"]]},{"id":"843460f1.180848","type":"function","z":"64a069ff.e5db","name":"SwitchState","func":"global.set("Switch",msg.payload)","outputs":1,"noerr":0,"x":414,"y":201,"wires":[[]]},{"id":"ec74ae6b.9b39a","type":"function","z":"64a069ff.e5db","name":"","func":"var PinStatus=global.get("Pin38");\nvar SwitchStatus=global.get("Switch");\n\nif (SwitchStatus===true)\n{\n if (PinStatus==="PinOff")\n {\n msg.payload=1; \n }\n}\n\nif (SwitchStatus===false)\n{\n msg.payload=0; \n}\n\nreturn msg;","outputs":1,"noerr":0,"x":207,"y":293,"wires":[["bf34bf19.87fba8"]]},{"id":"bf34bf19.87fba8","type":"rpi-gpio out","z":"64a069ff.e5db","name":"","pin":"37","set":true,"level":"0","freq":"","out":"out","x":416,"y":294,"wires":[]},{"id":"505a2341.c4768c","type":"debug","z":"64a069ff.e5db","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":434,"y":244,"wires":[]},{"id":"6781044e.5564a4","type":"ui_group","z":"","name":"Moteurs","tab":"6d3213cb.a45f4c","order":1,"disp":true,"width":"6","collapse":false},{"id":"6d3213cb.a45f4c","type":"ui_tab","z":"","name":"Chirocam","icon":"dashboard","order":1}]
But does not work