Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (17.6k points)

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

1 Answer

0 votes
by (47.2k points)

We should use @json('{"key": "value"}') as it should be an object type

Browse Categories

...