Can't figure this one out. I have created a custom connector to retrieve transaction data from Plaid, and testing the connector works and returns the data including a nested JSON component called "added" (for transactions added since the last pull). All looks OK.
I then use that custom connector with the exact same parameters in both PowerApps and PowerAutomate (I've tried it both ways to get data) and the nested JSON is returned blank. The same call with Postman also returns data so it's something with how PowerApps or PowerAutomate process or pass back the nested JSON.
Here's the sample in the Custom Connector:
and the same in Power Automate missing the nested JSON:
Any idea what I could be doing wrong, or how I should handle this? The goal is to take the contents of the "added" object and store them into a dataverse table or a collection, however in both cases I'm just getting blank data returned. Immediately after I can run the test in Custom Connector or via Postman and get the results expected so it's definitely not a source issue.
Any ideas, insight or troubleshooting would be appreciated.
Garrett