-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Describe the bug
It looks like the microsoft-powerautomate-Flow-Node does not foreward a response-body into to context/input object in case of an success.
In case of an error (status code != 2xx) i can see the full information in cc/ci as defined in the storage option.
In case of an success the storage always only shows empty object: {}.
Sending the same request via postman shows the correct response.
Setting the same config
- POST
- URL
- Body
- Storage Option
inside Cognigy using the reagular HTTPRequest-Node works just fine.
Based on that im pretty sure, that there is an issue in how microsoft-powerautomate-Node is handeling response-bodys.
However, no priority at all bc. it works fine using the regular HTTPRequest-Node. Just wanted to let you (and others) know abotu the issue
To Reproduce
Create a Flow using https://github.com/Cognigy/Extensions/tree/master/extensions/microsoft-powerautomate
Create PowerAutomate with HTTP-trigger and Response + a body.
Expected behavior
Body from Power Automate schould be stored in the defined storage option in cognigy.