Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
I am trying to create a flow to send an internal message that shows the persons name and the order number customers see.
{{customer.displayName}} will bring up the customers name
but I want to bring up the order number, the one they get, of their last order. I tried using {{customer.lastOrder.poNumber}} but it brings up a string of text numbers that dont match.
Ive also tried the ones below and still not a match
{% for orders_item in customer.orders %}
{{orders_item.confirmationNumber}}
{% endfor %}
{% for orders_item in customer.orders %}
{{orders_item.poNumber}}
{% endfor %}
{% for orders_item in customer.orders %}
{{orders_item.id}}
{% endfor %}
{% for orders_item in customer.orders %}
{{orders_item.poNumber}}
{% endfor %}
Solved! Go to the solution
This is an accepted solution.
It's order.name
This is an accepted solution.
It's order.name
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025