I am trying to use azure cognitive services to find the gender and age
Microsoft vision scope to set service URL and key
detect faces and save output
JSON / JArray Conversion Activities to save output to csv
not able to save data to csv or print output as table on the screen, please help !
If you check the properties of http request, you will have the output fields as result and status @yousef-liveroute, Check if you are getting json as the result.
The one you are passing to deserialize JSON activity is not the JSON I guess, please try to display it in the message box before passing to the deserialize activity so that you can understand
You are passing that to deserialize activity. so it is throwing the error. Can you post the http activity as well for my understanding @yousef-liveroute?
Yes @yousef-liveroute , I understand. You are not passing JSON to the activity so it is throwing error. Attach the workflow if possible, so that it will be easy to check