How to print out nice JSON format in 'Message Box' in Activities

You can use JarrayVariable(RowIndex)(PropertyName) to get the value of property per row. If you want to get Property present in all row JArrayVariable.Select(Function(s) s(“PropertyName”).ToString )