Okay so I noticed an occurrence that I was wondering if anyone could shed some light on when I have two clients using the quickbooks tool and i got everything working and then unselected the refresh token for both it would only one work for one client and then the other would be blank. And whenever I tried updating the refresh token for both it seems whichever one i did first would work while the other one would spit out blanks. However if I left the refresh button activated they would work but that would cause issues down the road when the refresh button changed. My end goal is to have a workflow with multiple clients that you can select with an interface tool which ones you wanted to run multiple reports however this issue is stumping me any help would be appreciated. Note: works for client 123 as shown spits out blanks for client 913 but I can change it but only one will work at a time, Same issue occurs when run off server as well.
@carl-meyer are you making calls to both the clients within the same workflow?
Yes
Just a suggestion.
Can you split the two calls into two apps(chained apps). Thereby calling the second only on execution of the first. In that way you can possibly ensure that the new session is created only after the previous one is closed.
I will look into that thank you never done a chained app before