【发布时间】:2020-12-10 17:15:24
【问题描述】:
通常在 XSLT 映射中,我们可以传递输入参数,例如(例如:), 同样,有什么方法可以传递参数吗? .Liquid (Json) 映射? 有的话请告诉我...
【问题讨论】:
标签: json liquid azure-logic-apps
通常在 XSLT 映射中,我们可以传递输入参数,例如(例如:), 同样,有什么方法可以传递参数吗? .Liquid (Json) 映射? 有的话请告诉我...
【问题讨论】:
标签: json liquid azure-logic-apps
您可以尝试使用 Compose Action 将所需的参数值添加/包含到源 JSON 中,然后您可以访问它以及其他参数。 以下是 JSON 转换的液体模板的几个参考:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-liquid-transform
https://rokhri.com/logic-app-using-liquid-template-to-transform-json/
【讨论】: