Forum Discussion
Failed to save modifications to the server when calling API
- Anonymous6 years ago
I have a similar problem and fix it to solve it NOT using the feaure preview "Store datasets using enhanced metadata format"
Unforturnatley turning off the preview feature didnt fix the issue for me with desktop version May 2020.
I'm doing something similar where I'm applying a custom function to a column in a table that returns more rows. I most likely will have to resort to using Python
- OlapOffice6 years agoHelper II
I am experiencing the same issue but have narrowed it down to the following. If I replace the text of the web path "https://www.examplesite.com/testfile.xls" with a function fnPathFile does this dynamically then I get the error. Any ideas would be helpful
Web.Contents("https://www.examplesite.com/testfile.xls")
Web.Contents(fnPathFile)
fnPathFile returns: https://www.examplesite.com/testfile.xls