【问题标题】:How do I get the output of an execute stored procedure action in Logic apps?如何在逻辑应用程序中获取执行存储过程操作的输出? 【发布时间】:2021-08-09 04:10:57 【问题描述】: 我正在执行一个存储过程并获得一个大的 json 输出,但是如何将输出分配给变量或 csv 表等?我正在尝试将输出作为电子邮件附件发送。 enter image description here 【问题讨论】: 标签: azure-logic-apps 【解决方案1】: 您可以从dynamic content中选择Execute stored procedure (V2)的正文: 可以点击Add new parameter,选择Attachments,然后将变量值放入Attachments Content: 【讨论】: 谢谢它的工作。也解析了json。抱歉,总菜鸟问题