Hi Aksh1
Thanks for your Feedback.
My sequence actually Looks like:
- HTTP Request (get a id)
- HTTP Request with the ID ( get the json as string)
- Deserialize Json (string) as Json object
- For each Loop
- Write it to line as string
That is working so far (if i filter that everything will be exported). If i Change the filtering to dífferent types i got an error that there are different datatypes in the Array (string, int32 and so on). Think here is the first understanding Problem from me.
I tried to Change the step 3 to a json Array deserialization but than i receive an exeption that the json string is not an array (that isn’t true, that is an JasonArray). So i changed it deserialize json and deserialze it. Is that the reason why i can not Transfer the data to a datatable?
Regards
TimoMainJsonArray.xaml (6.6 KB)
MainJsonObject.xaml (6.5 KB)