HI
I've created an action to return oWaiting for multiple queues, but can not for the life of me work out how to get an output of the combined total.
{
"filter": {
"type": "and",
"clauses": [
{
"type": "or",
"predicates": [
{
"type": "dimension",
"dimension": "queueId",
"operator": "matches",
"value": "004f5dc6-dea5-4dcd-80c4-e25363548cc8"
},
{
"type": "dimension",
"dimension": "queueId",
"operator": "matches",
"value": "20e0ff93-6c74-49e5-b2b8-43a440d559fc"
},
{
"type": "dimension",
"dimension": "queueId",
"operator": "matches",
"value": "cdce0e37-8db2-450d-a05e-ef67a9cf990c"
}
]
},
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "mediaType",
"operator": "matches",
"value": "voice"
}
]
}
]
},
"metrics": [
"oWaiting"
]
}
What do you see when you test your Genesys Cloud Data Action in the UI, at Operations' step "8. Execute"?
Do you see the current call count reflected in the queue's stats.count?
If not (all 0 or not listed), it could be that the Genesys Cloud OAuth Client (Client Credentials Grant) that your Genesys Cloud Data Actions integration leverages is missing permissions or visibility on the proper divisions (to which the Queues belong to).