Get product metafield generic_file URL within message in Flow

Interesting. Flow recently added the new metafield types and what you are seeing is that what the file type stores is not a URL but a GID reference. That means you need a way to lookup the URL based on the reference (which is what the liquid does). This is not yet possible.

2 Likes