Hello!
Could you help me with deserializing json’s?
It is a very simple piece of automation:
- First I want to get all json files from every chosen email. So I use for each loop to go through every email and save every json from the attachments.
In fact, it saves only the 1st json from the 1st email.
Any ideas why?
- After that I use “Read Text File” activity to read json. Output is a string.
After that I use “deserialize json”. Output - JObject.
But when it comes to “Add queue item” I get an error “Add Queue Item: Object reference not set to an instance of an object.”