Hi all,
I have sort of an odd error (for me) when building out a Flow. I’m working on a project to collect YouTube video data using Googles video data API (video.list). The flow works well in testing each object until I add the Add to each and SQL insert row.
Background:
The flow is structured in this manner:
- PowerApps Trigger
- HTTP GET from URI with 1 Dynamic Content to insert the Video ID
- Response
- Parse JSON
- Apply to each
Graphical reference:


Issue:
As I build the flow, all testing works great (test, add dynamic content (HTTP_URI=video ID), run) until I add the SQL Insert row. Then I get the following error:

The odd this is if I add the entire URI string to the HTTP_URI during a test it will run fine.
I’m really stuck here. I’ve rebuilt the Flow a few times to no avail. Any help would be greatly appreciated.
Michael