What do I need to fix my List Blobs (V2) action in my Logic App?
I'm new to logic apps and I'm having an issue trying to get a list of blobs from my blob storage trigger. The blob trigger is working, so I know the connection is valid, but the List Blobs (V2) is erroring when I debug it in VS Code.
Here's my List Blobs action
And here's the error I'm getting when I attempt to debug it.
Then, I tried changing the connection to the runtime blob URL.
When I ran it in debug I got the following error.
Now, in the above case, the error may be correct, because the blob storage contains CSV files, not JSON files. So, this may be getting closer.
Anyway, I'd appreciate any suggestions. Thanks!