How can I send a product image URL via Klaviyo Track an event?

Hi guys.

I’m trying to sent the product image url via Klaviyo Track an event - Shopify flow.

Any way to get the image url? (Event Properties)

I tried this but it throws an error.

Thanks!

you are on the right track but it should read:

{{ lineitems_item.product.featuredImage.url }}

Sorry, correction. The URL field is new and a rename of “featuredImage.src” which is under deprecated fields. In a future release of Flow, we’ll support the renamed version to “featuredImage.url”

Thanks @paul_n !