From 3502786af8984c2ddf5172c85f627767de4d526d Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Mon, 23 Feb 2026 10:36:41 +0100 Subject: [PATCH] Power Automate - update syntax --- .../Power Automate/Get eF request exportTags.yml | 12 +++++------- collections/Power Automate/Get eF requests.yml | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/collections/Power Automate/Get eF request exportTags.yml b/collections/Power Automate/Get eF request exportTags.yml index 4cc0f23..5857134 100644 --- a/collections/Power Automate/Get eF request exportTags.yml +++ b/collections/Power Automate/Get eF request exportTags.yml @@ -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: diff --git a/collections/Power Automate/Get eF requests.yml b/collections/Power Automate/Get eF requests.yml index faad475..0570543 100644 --- a/collections/Power Automate/Get eF requests.yml +++ b/collections/Power Automate/Get eF requests.yml @@ -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: