Shopify Flow Order Status Page URL

Hello,

I would like to retrieve a link to the Order Status Page via Shopify Flow. This used to work with the following code:

{{storeUrl}/orders/{{order.id | split: '/' | last }}

However, this method stopped working. I found another post describing this issue outside of Flow: https://community.shopify.dev/t/order-status-page-no-longer-includes-the-order-id/2603

What is an alternative way to get the order status page? Any help is appreciated.

Kind regards,

Koen

+1
Having Order Status Page URL would be useful in Shopify Flow. Maybe @paul_n knows the solution?

For us the method via de URL I described in the first post started working again somewhere february this year.