From 4f6553e3018155815c41fae79f39d91bd9ba0e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Garc=C3=ADa=20Gonz=C3=A1lez?= Date: Mon, 24 Aug 2026 15:39:55 -0400 Subject: [PATCH 1/7] docs: add the 5 Power Automate actions to the connector Adds Assign Task, Change Form Status, Modify Form Answer, Send Data, and Create Ticket as actions to the custom connector swagger, each verified against the actual Rails controllers rather than assumed from the equivalent Zapier definitions. Documents the actions in the three guide languages and the Data Export overview. Co-Authored-By: Claude Sonnet 5 --- source/index.html.md | 2 +- .../power_automate/apiDefinition.swagger.json | 486 ++++++++++++++++++ .../power_automate/connector_guide_en.html.md | 10 + .../power_automate/connector_guide_es.html.md | 10 + .../power_automate/connector_guide_pt.html.md | 10 + 5 files changed, 517 insertions(+), 1 deletion(-) diff --git a/source/index.html.md b/source/index.html.md index ce4679528e7..1e9689a7152 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -73,7 +73,7 @@ Using both is normal. A webhook for the immediate reaction, a connector for the ## Microsoft Power Automate [Beta] -DataScope publishes a custom connector for Microsoft Power Automate, so you can trigger flows from form answers, generated PDFs, task assignments, tickets and signature events, delivered as dynamic content instead of raw webhook JSON. +DataScope publishes a custom connector for Microsoft Power Automate, so you can trigger flows from form answers, generated PDFs, task assignments, tickets and signature events, delivered as dynamic content instead of raw webhook JSON, and act back on DataScope with actions like assigning a task or creating a ticket.