I am trying to import orders from Google Sheets to Shopify
I have one line per order. Each order can have multiple products
I have columns with comma separated values for Product IDs, titles, quantity and price:

Step 2:
Formatter using line itemizer:

My products are simple products, no variations.
In the Create Order in shopify, I have the following setup:

When I test, the order is created, however as you can see, the products are simply added as custom products and not linked to the product in my shopify store

How can I fix this??
Thanks