Hi everyone!
I'm working on a cloud flow that calls a desktop flow which then returns some variables as string.
There is content in these output variables but subsequent steps in the flow see the variables as Null.
This started happening yesterday 04/11/2023, in all environments, running in different machines and I noticed that the action response schema changed since yesterday.
Screenshot showing the desktop flow output variables content before:

Screenshot showing the desktop flow output variables content now:

*Ignore that in the first screenshot the variable was blank and now it has content, that's part of the desktop flow logic, the problem is that when referring to that variable whether or not it has content, it is now always null.
Apparently "Content" is new, but if I use the variables from the dynamic content, Power Automate does not refer to "body/Content/variable" but directly to "body/variable" as it's shown in the following.

As a workaround I use the expression outputs('Run_a_flow_built_with_Power_Automate_for_desktop')?['body/Content/ResultadoScript'] but this is a problem because I have many flows using the references that stopped working.
I am hoping the community can help me understand why that is happening and how can fix it in the right way.
Thanks a lot!
Diego GarcÃa.