这是我的代码
{
"@type": "ActionCard",
"name": "拒絕",
"inputs": [
{
"@type": "TextInput",
"id": "拒絶理由",
"isMultiline": true,
"title": "Reason (optional)"
}
],
"actions": [
{
"@type": "HttpPOST",
"name": "Submit",
"target": "https://prod-31.southeastasia.logic.azure.com:443/XXXXXX",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "authorization",
"value": ""
}
],
"bodyContentType": "application/json",
"body": "{\"approved\": 3, \"comment\":\"{{ApproveComment.value}}\",\"id\": \"@{body('Create_item')?['ID']}\"}"
}
]
}
win10或win7桌面可以使用团队批准和提交
IOS电话可以使用团队批准和提交
ANDROID手机可以使用批准但不能提交
{
"@type": "ActionCard",
"name": "拒絕",
"inputs": [
{
"@type": "TextInput",
"id": "拒絶理由",
"isMultiline": true,
"title": "Reason (optional)"
}
],
"actions": [
{
"@type": "HttpPOST",
"name": "Submit",
"target": "https://prod-31.southeastasia.logic.azure.com:443/XXXXXX",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "authorization",
"value": ""
}
],
"bodyContentType": "application/json",
"body": "{\"approved\": 3, \"comment\":\"{{ApproveComment.value}}\",\"id\": \"@{body('Create_item')?['ID']}\"}"
}
]
}