Read a Text File using File Read activity

Hello All,

As a beginner in RPA, I am trying to read a text file using File Read activity.

The output received is in json format and is captured in a variable.

Can someone help how can the json output can be read/parsed ?

Eg,
output is: {“plainText”:“Hello World”,“tables”:null,“images”:null}

Please help how to extract the “Hello World” from the json output.

Thank you.

Hi,

Use json activity to parse json output

Regards,
Amit Anand