Hi ! @Allan_Zimmermann ,
I wan’t to use ReadJSON to read json file,file like “{“name”:“test”}”.error like pic

i wan’t know how to write DataTTable.
thank you.
Hi ! @Allan_Zimmermann ,
I wan’t to use ReadJSON to read json file,file like “{“name”:“test”}”.error like pic

i wan’t know how to write DataTTable.
thank you.
you need to create a datatable variable and use it with the activity
That is not valid json, you need to escape the string ( use two \ instead of one )
i change to tow // but is alse error
can you give me an example code.
{
"filePath" : "F:\\System\\Desk\\batTest"
}
try
[
{
"filePath" : "F:\\System\\Desk\\batTest"
}
]