Forum Discussion

GRob's avatar
GRob
Frequent Visitor
5 years ago
Solved

Invoke api call during data load not allowed to schedule refresh

During my data load i invloke a custom function that calls data from an api...   Source = Xml.Tables(Web.Contents("https://xxxxxx.com" & url))   I have hard coded the first part of the  url and p...