DimitriLYR
(DimitriLYR)
1
Hello everyone, I have already managed to put JSON in datatable format, I have already succeeded with a 1-dimensional array.
However, this time I have several arrays in an object :
when I try, I get this error:

my configuration 
thanks a lot for your help
Anil_G
(Anil Gorthi)
2
@DimitriLYR
You cannot use direct casting for this…you have to iterate through thejson and use add datarow…
Check this on how to access multiple json nodes/token…
Rest is to loop and use add datarow as you require
Cheers
1 Like
DimitriLYR
(DimitriLYR)
3
Hello Anil. Thank you for your answer I will then use the foreach and add my datarows.
1 Like
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.