
Hi,
I'm trying to send files along with some parameters with dynamic values such as "file URL", "creator mail id", "modifier mail id", etc. to the endpoint using an HTTP connector in the flow. This is a scheduled flow. I am able to send the file but not the other parameter values to the endpoint. My thoughts - "Looks like a syntax problem, something needs to be changed so that it can send parameter values too?"
I tried the same scenario from the POSTMAN application and it is perfectly working which makes us confirm that the endpoint (Node JS code) is not having any issues. Can someone help me with the correct syntax or solution that can resolve this problem?