Extract 2 categories from Json

Hi Guys!!

Can you please help me with the following issue
I need to extract two different categories from a Json code.

I create a flow chart when i use a item.Contains(“0”) does anyone has a better option/solution to save the data in the arguments

Thank you very much !!

Hi
Welcome to UiPath community
May i know where we are using this condition
if possible can i have a view on the workflow with a screenshot if possible
Cheers @Erick_Chavarria

Thank you so much to answer @Palaniyappan
Attach a files and a screenshot of my issue
https://joltagcom-my.sharepoint.com/:f:/g/personal/echavarria_joltag_com/EhpKeDuSFuxDmaehTGYbL1YB5e9rRem_6S20iiTgIkerbg?e=z8sn8G

image

Hi @Erick_Chavarria

Can you elaborate more the issue to address it!

cheers :smiley:

Happy learning :smiley:

2 Likes

Sorry for the last response,
I need to get in 2 differents groups of variables the data of following .Json using for each, or you can recomend any other activity

            "tickets": [
                {
                    "name": "Group 1",
                    "section": "Premium Adult (Ages 10+)",
                    "date": "2019-08-31",
                    "time": "18:00:00",
                    "qty": "2",
                    "price": "86"
                },
                {
                    "name": "Group 2",
                    "section": "Premium Child (Ages 3-9)",
                    "date": "2019-08-31",
                    "time": "18:00:00",
                    "qty": "2",
                    "price": "45"
                }
            ]

Thank you so Muuuch !!

Hello,
In this video I do a lot of stuff with JSON (Chapter included) :

1:35 Deserialize simple JSON
2:50 Deserialize a JSON with an Object inside
3:55 Deserialize a JSON with Array inside
6:00 When we use Deserialize JSON Array activity
7:00 Deserialize a JSON with a List of Strings inside

Thanks,
Cristian Negulescu