batchloader to import several generation
Hi I am trying to import several generation of an item. In AML I can do it with <Item type='myItem' action='merge' where="[myItem]._title='123456'"> <_title>523556</_title> <_start_date>2019-09-30T00:00:00</_start_date> <_end_date></_end_date> <_status>New</_status> </Item> This AML request works it gives : But in the batchloader I got an error since I could not make a aml like <Item type='myItem' action='merge' where="[myItem]._title='@2'"> Any Idea ? Thanks. Best regards Hadrien7.1KViews0likes2Comments