The API you are trying to use cannot be found error returned when any of the Query class methods are called on getQueries #760
Labels
Needs: attention 👋
Waiting on Microsoft to provide feedback
Status: in backlog
Issue is being tracked in the backlog but timeline for resolution is unknown
Type: product bug
Bug in the Office Scripts platform or Office Scripts APIs
All of the
Query
class methods do not work with theworkbook.getQueries()
method; however, these methods all seem to work on an individual Query object returned byworkbook.getQuery("name")
To reproduce:
Errors returned in console:
Working methods when called on `getQuery()`:
Output:
The text was updated successfully, but these errors were encountered: