admin管理员组文章数量:1356266
I am trying to pass a json object as string through power apps to power automate. The json has an attachment that the flow will mail. The flow runs successfully, however the attached file won't open.
ChangeOfBankingDetails.Run(
JSON(
{
acc_holder: txtAccountHolder.Text,
acc_number: txtAccountNumber.Text,
acc_type: cmbAccountType.Selected.Value,
bank_name: cmbBankName.Selected.Value,
brn_code: txtBankBranchCode.Text,
brn_name: txtBankBranchName.Text,
proof_of_account: {
Name: First(attPOA.Attachments).Name,
ContentBytes: First(attPOA.Attachments).Value
}
}
)
)
本文标签: Passing json as text from power apps to power automateStack Overflow
版权声明:本文标题:Passing json as text from power apps to power automate - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743992175a2572346.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论