JSON Result To Excel File

Hi Guys,

I have workflow its working calling API and getting the results of json labels.

But I need to help for writing results to excel . How can I do that ?

My loop is working like this ;

Its working an excel for data and after that API call’s the each ID in excel for json deserealize.

I can deserealize json for format. But when ı try to write results to excel , ıt gives error like in this screenshot. What is wrong ?

Change the datatype argument of For Each Loop to Newtonsoft.Json.Linq.JProperty

Regards,
Nived N

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.