Power Automate - update syntax
This commit is contained in:
@@ -22,13 +22,11 @@ http:
|
||||
description: Schema key (auto-generated by Power Automate platform, change this in case of unauthorized)
|
||||
body:
|
||||
type: json
|
||||
data: "{\r
|
||||
|
||||
\ \"requestId\": 10868,\r
|
||||
|
||||
\ \"exportGroup\": \"API\"\r
|
||||
|
||||
}"
|
||||
data: |-
|
||||
{
|
||||
"requestId": 10868,
|
||||
"exportGroup": "API"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
|
||||
@@ -21,13 +21,11 @@ http:
|
||||
type: query
|
||||
body:
|
||||
type: json
|
||||
data: "{\r
|
||||
|
||||
\ \"moduleTag\": \"PROPOSTA_CCT_DOCENTE\",\r
|
||||
|
||||
\ \"step\": \"\"\r
|
||||
|
||||
}"
|
||||
data: |-
|
||||
{
|
||||
"moduleTag": "PROPOSTA_CCT_DOCENTE",
|
||||
"step": ""
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user