With Connection keyword not fetching the data from API
Hi All,
I am trying to fetch data from multiple urls using with connection keyword and passing variable to change the id from the url dynamically. Even the code is reloading without error but the data is not getting fetched.
When I am reloading data using manually created connection and inserting connection string then the data is getting fetched.
I want to know why , with connection keyword is not helping me to fetch data even after the code is working fine.