Get product metafield generic_file URL within message in Flow

Hi Paul_n.

I had the same problem.
I try to retrieve the URL of a file uploaded into an order.
I use this code:

{% for metafields_item in order.metafields %}
  {% for references_item in metafields_item.references %}
    Certificazione : {{references_item.GenericFile.url}}
{% endfor %}
{% endfor %}

But the result is the GID of file:

gid://shopify/GenericFile/3682400822916

Any ideas?

Thanks,

Fernando