Hi, I have an input that is a Json Object with this content :
{“@odata.context”:https://graph.microsoft.com/v1.0/$metadata#sites(‘site.sharepoint.com%2C1785e735-c2bf-4abf-86f1-a98892fb72af%2C3a8bd6bd-ff72-4777-9029-c063237b0307’)/lists,“value”:[{“@odata.etag”:“"c703e62a-301b-4a1d-8201-2590060808cb,13"”,“id”:“c703e62a-301b-4a1d-8201-2590060808cb”,“name”:“DO_NOT_DELETE_SPLIST_SITECOLLECTION_AGGREGATED_CON”}
,{“@odata.etag”:“"2425cada-f5d4-4635-8513-2c58a1fzrdr5,3"”,“id”:“2425cada-f5d4-4635-8513-2c58a1fzrdr5”,“name”:“LINK1”},
{“@odata.etag”:“"eb235afc-23e2-4a0c-8e2d-4c302046e616,55"”,“id”:“eb235afc-23e2-4a0c-8e2d-4c302046e616”,“name”:“LINK2”},
{“@odata.etag”:“"4aca153c-3b7e-425f-b1ad-5f086b2fddre,16"”,“id”:“4aca153c-3b7e-425f-b1ad-5f086b2fddre”,“name”:“LINK3”},
{“@odata.etag”:“"034705a0-254e-4703-8410-99a8ed1ee82a,8"”,“id”:“034705a0-254e-4703-8410-99a8ed1ee82a”,“name”:“LINK4”},
{“@odata.etag”:“"bcf881c8-132c-4447-80bf-b5594cf4r21f,0"”,“id”:“bcf881c8-132c-4447-80bf-b5594cf4r21f”,“name”:“LINK5”},
{“@odata.etag”:“"b027b594-5874-4b3f-a9ea-bae94712r4t4,48"”,“id”:“b027b594-5874-4b3f-a9ea-bae94712r4t4”,“name”:“LINK6”}]}
I need to get the id and the name of the LINK2 line, can someone help me ? Got multiple errors trying to deserialize array with Json.
Thanks !