Array:
[
"5",
"6",
"4"
]
Json:
"body": {
"fecha_inicio": "01-01-2023",
"Id_Recurso": "{00000000-0000-0000-0000-000000000000}",
"lunes": "5",
"martes": "6",
"miercoles": "5",
"jueves": "6",
"viernes": "4"
}
I need to find my array values inside json for example
5: lunes, miercoles
6: martes, jueves
4: viernes
but I don't know exactly how to do it, I just started with the flows and I don't know all the functions
can you guide me? thank you so much
0