Flow not updating vendor line in Netsuite

@vincentnero can you restructure you data with a transform on the export to be like this? I was just able to update and add vendor lines on another community thread. The thought I have is since "Vendors" is a sublist array, the incoming structure should match it.

{
"Base SKU": "OPT4321-H",
"Item Name/Number": "OPT4321-V",
"vendors": [
{
"Item - Vendors : Vendor": "4185 St. Regis Crystal",
"Vendor Name/Code": "OPT4321-V",
"Item - Vendors : Code": "OPT4321-V",
"Item - Vendors : Purchase Price": "14.47",
"Item - Vendors : Preferred": "Yes",
"Item - Vendors : Schedule": null
}
]
}