For Each Loop in Zoho Flow

For Each Loop in Zoho Flow

I am using Zoho flow to create rows in an google sheets for every new order in Shopify but the issue is that it is creating one row per order and all line items are comma separated values but I want separate rows for each line item. Is there a way to do it with Zoho flow?

With other programs, I can simply write a for loop to iterate through the line items and create separate rows, but I don't see a way of doing it with Zoho flow.