jsonazurehttpazure-logic-appsworkflow-definition-language

Azure Logic Apps Http-Call Output (Outputs in general ?) Changed?


I logged in today to make another logic app today, and i noticed the return output for (in this example) a Http-call has changed.

Before, i have a memory of the whole object showing in the output of an action in the workflow. Now i just se this:

Picture below: enter image description here

The output body is only a string in some kind of encryption...

Does the Workflow definition Language where i want to reach one specific value in the Json-body still work? Or was this Update a major overhall.

I'm lost here.


Solution

  • Does the Workflow definition Language where i want to reach one specific value in the Json-body still work?

    Yes, We can still do it, seems like you at the designer over view of a run, if you want to see full of inputs and output click on the Run details tab on top of this screen. enter image description here

    The content is base64 encoded, if you want to decode with in the logic apps for any other action input, we can use the base64 function which are explained here (https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language#functions)