I created a Web Activity in ADF and I am trying to send data with the POST method. According to the documentation, the body takes a String (or expression with resultType string). I want to use the @concat String Function as shown in the image below.
I get a warning that says: Expression of type: 'String' does not match the field: 'body'
I am confused, String does not match the body? The documentation says, the body takes a String? Can anyone help?
https://docs.microsoft.com/en-us/azure/data-factory/control-flow-web-activity