如何在逻辑应用程序中获取执行存储过程操作的输出?
How do I get the output of an execute stored procedure action in Logic apps?
我正在执行一个存储过程并得到一个很大的 json 输出,但我如何将输出分配给变量或 csv table 等?我正在尝试将输出作为电子邮件附件发送。
enter image description here
您可以 select Execute stored procedure (V2)
的正文来自 dynamic content
:
可以点击Add new parameter
和selectAttachments
,然后把变量值放在Attachments Content
:
我正在执行一个存储过程并得到一个很大的 json 输出,但我如何将输出分配给变量或 csv table 等?我正在尝试将输出作为电子邮件附件发送。
enter image description here
您可以 select Execute stored procedure (V2)
的正文来自 dynamic content
:
可以点击Add new parameter
和selectAttachments
,然后把变量值放在Attachments Content
: