Hi @Praveen Nayakwadi ,
Welcome to Microsoft Q&A Platform. Thank you for posting your query here.
It seems small syntax error in your json, Kindly use below syntax to access "description" property. I added . after [0] in json.
"source":
{
"path": "$[''alerts''][0].[''description'']"
},
"sink":
{
"name": "description",
"type": "String"
}
Hope this will help. Please let us know if any further queries. Thank you.
---------------------------
- Please
accept an answer
if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how. - Want a reminder to come back and check responses? Here is how to subscribe to a notification.