Forum Discussion

EPME's avatar
EPME
Frequent Visitor
2 years ago

Odata feed url repeats parameter

I have a report linked to a OData feed where i pass the API key name as a parameter like this :    Source = OData.Feed("https://apiurl.com/" & "/api/v1", null, [ApiKeyName="apikeyname"])   Thi...