WITH CONNECTION Keyword not fetching the data from API
Hi all,
I have an api which I am using for getting the data using with connection keyword and one query parameter.
When I am creating a connection using REST connector , and fetching the data...then I am getting the records in the loaded table..., But when I am trying to do the same using WITH CONNECTION Keyword and adding url and query manually then the code is reloading successfully but the records are not getting fetched at all.