Hi,
I'm using 'Invoke web service' action with 'Get' method to retrieve the dataverse table value matching with variable value.
Here is my variable item to be matched.

The said value is available in Dataverse table :

I'm using below syntax in Invoke GET method URL :

%OrganizationURI%/api/data/v9.2/cr303_repdata_projects_wise_monthlies(_cr303_queue_id_value='%QueueData['cr303_repdata_queueid']%')
As a output, I'm getting error :
{"error":{"code":"0x8006088a","message":"The key in the request URI is not valid for resource 'Microsoft.Dynamics.CRM.cr303_repdata_projects_wise_monthly'. Ensure that the names and number of key properties match the declared or alternate key properties for the resource 'Microsoft.Dynamics.CRM.cr303_repdata_projects_wise_monthly'."}}
I checked number of times and syntax looks correct to me to retrieve the value from data table matching with the conditional variable value. Can please guide what wrong I'm doing here?