Quickbooks Get Invoice Action Uses the Wrong URL and Throws a 502 Bad Gateway Error

The Quickbooks Get Invoice action returns a 502 Bad Gateway Error because it has the url for the sandbox api instead of the regular one. (I’m not using the Quickbooks Sandbox action; I picked the regular Quickbooks app.)

I fixed it for my workflow by changing the url from ‘https://sandbox.api.intuit.com/…’ to ‘https://quickbooks.api.intuit.com/…’