Good afternoon guys, I am trying to capture Microsoft Form data responses and post these to a Confluent / Kafka topic via Power Automate. At present I am able to create records via the curl command (see below) but cannot find a way to add these variables to Power Automate. Obviously the values in the curl command would be replaced with the dynamic content relating to the form fields. I will cross post this question to Power Automate Reddit too. Thank you
-- Curl Command --
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic <BASE64-encoded-key-and-secret>" https://pkc.ap-southeast-2.aws.confluent.cloud:443/kafka/v3/clusters/lkc-xy6pty/topics/project/records -d '{"value":{"type":"JSON","data":{"project": "QWS Workbench", "client": "QWS"}}}'
Power Automate screenshot attached.