What do I need to fix my List Blobs (V2) action in my Logic App?

Anonymous
2025-06-03T17:53:06.6+00:00

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

User's image

And here's the error I'm getting when I attempt to debug it.
User's image

User's image

Then, I tried changing the connection to the runtime blob URL.

User's image

When I ran it in debug I got the following error.

User's image

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!

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.