getting the data using http request and then using action parse json,
Output of parse json is in a nested object form ( no array).
the record is like
{
"records":{
"2939433":{
"from": "date"
"to": "date"
},
"2933232":{
"from": "date"
"to": "date"
}
}
}
so how to access each record of "2939433" and "2933232" and these are dynamic value and can be more or less.