JSON to OrderDesk CRM

Hello
Does anyone can help me to process JSON data with nested iteration and OrderDesk ?

Sample is order data ( name, shipping address, etc ) which contains also itmes data ( “items” ), which contains some options data (“options”) and files data ( “files” ). How can I make workflow with OrderDesk CRM ? Enclosed is sample JSON and also blueprint with OrderDesk basic settings

Thank you.

Igor

JSON.txt (4.3 KB)
blueprint.json (28.0 KB)

@albumo
I don’t have an Order Desk account, so I tried Google Sheets instead, and it looks like you can do it by specifying the iterator values in the Order Desk module, as the values resolved in the iterator are automatically passed to subsequent modules for each item.

Attached sample of Google Sheets.