Forum Discussion
Anonymous
7 years agoNot applicable
Looping through Parameters for API calling
Hello, I am trying to call weather API data for specific locations but cannot find a way to perforom multiple calls for a single query. I would like for my query to step (loop) through the data ...
- 7 years ago
Hi Anonymous,
That's because the return type of Web and Json are different. You can't replace the function directly. I would suggest you create a single query and copy the code to the function [url]. Please refer to the snapshot below.
Best Regards,
Dale - Anonymous7 years ago
Literally overcomplicated it, this function once invoked will return a record of data for every URL in the Loop, storing them in the custom column. Posting for future solutions. v-jiascu-msft thank you again Sir for your time and help!
Anonymous
7 years agoNot applicable
Did not load on orignal post (API query)