I have the following variable: _Data.
The variable contains the following info: _Data Variable
How can i access the message field?
I tried _Data["messages"][0] - but it not wokring.
I recieved the following error: Cannot apply indexing with [] to an expression of type 'object'
What am i doing wrong?
Thanks.