Forum Discussion
jos_ger
2 years agoNew Member
API call runs twice
Hi all! I'm trying to create a Power Query that takes variables from an Excel Table and runs an API POST call. I get it to work, BUT for some reason, it runs the call twice each time. Since i...
BA_Pete
2 years agoSuper User
Hi jos_ger ,
Are you referencing this query at all? If you reference a query, in almost all cases both queries will actually hit the source.
Also, your table buffer isn't doing anything here except filling up memory then getting dumped out again. Object buffers aren't persistent in Power Query in that way.
Pete