There is a collection ‘order’ and another collection ‘orderConfirmed’ has list<orderRef>. I need to change the string ‘status’ field in all the list<orderRef> to placed.
I created a list of string with value placed using custom function. So i have a list<string> that has to replace status field of list<orderRef>.
I created a custom action(not mine originally) but it just doesn't work.
I have spent quite a lot of time on this but nothing works. Can anyone help? Do I have to query anything?