Forum Discussion
AngelaIp
5 years agoIdeator I
Hi Parth,
Not sure if you can really do an edit in this way with the embedded "get" query.
Try this variant:
<Item type="Manufacturer Part" action="edit" where="keyed_name= '@1' ">
<_end_of_sale_blank_flag>@2</_end_of_sale_blank_flag>
<_end_of_support_blank_flag>@3</_end_of_support_blank_flag>
</Item>
Best regards!
Angela
AngelaIp
5 years agoIdeator I
Edit: You mentioned your template was autogenerated. I assume you replaced the original 'add'-action with 'edit'? The Batchloader Wizard is mainly optimized for adding stuff. Each other use case you normally have to optimize by yourself to work.