Hi
Really hoping for help her.
I have this json object of objects:
"values": {
"niCEJ": {
"datepicker-action": {
"type": "datepicker",
"selected_date": "2024-02-25"
}
},
"oxDvx": {
"datepicker-action": {
"type": "datepicker",
"selected_date": "2024-02-29"
}
}
}.
The goal is to extract the 'selected_date' from each object in a Power Automate Cloud flow.
The issue is that the five charactor object name changes every time the flow runs, so I cant seem to select it. I've attemped to convert to root object to an array, and using string manipulation to extract to 'selected_date', but without much success.
I hope someone can help.