How to get Order Item Location through Order API

I’m trying to replicate what you’ve said here by creating a shopify flow that looks like the following:
Trigger Order Created → Get fulfillment order data → Add order tags

However, not seeing how to check the specific fulfillment (or not seeing it) for the assigned location. Is there any way you could show your flow for those of us 2 years later trying to get this functionality to work that should have been standard?! (Thanks shopify…)

EDIT: I figured it out for anyone else who seeks clarity for a solution to this.

I set the 'get fulfillment order data step to return 1 row descending. However, one of our use-cases is when we have orders that have line items coming from multiple locations. Not sure how to solve for that… I’m thinking of using SplitOrder shopify add-on to split the order into multiple orders for each ship-from location then either add a tag or better yet a metafield populated with the location on the order record.

This way I can properly automate the downstream of this into other applications such as Netsuite.