Consuming Sentiment Analysis JSON

I am using Microsoft Sentiment Analysis API to analyze customer sentiment using Automation Studio Cognitive Services activity. This activity generates the output in JSON format. How can I now extract data from JSON.

Hi @bhatu2399

For your use case you’ll have to use two activities.
One activity would be Advanced Loop to iterate your JSON if needed and another actvity would be JSON Activity.

You can pass the Sentiment JSON to the JSON activity and get the desired values using the Getter option.

You can refer these links for further information

JSON acticvity with Getter Action

Advanced Loop to iterate JSON