简体   繁体   English

Azure Logic Apps Http-Call 输出(一般输出?)改变了吗?

[英]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.我今天登录以制作另一个逻辑应用程序,并且我注意到(在此示例中)Http 调用的返回输出已更改。

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:下图: 在此处输入图片说明

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?我想在 Json 正文中达到一个特定值的工作流定义语言是否仍然有效? Or was this Update a major overhall.或者这个更新是一个主要的整体。

I'm lost here.我在这里迷路了。

Does the Workflow definition Language where i want to reach one specific value in the Json-body still work?我想在 Json 正文中达到一个特定值的工作流定义语言是否仍然有效?

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://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language#functions )内容是 base64 编码的,如果你想在逻辑应用程序中解码任何其他动作输入,我们可以使用这里解释的 base64 函数( https://docs.microsoft.com/en-us/azure/logic -apps/logic-apps-workflow-definition-language#functions )

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM