If you face MISSING_ARGUMENT, Id not specified in an update call in LREngine, use the below code while updating
if ( masters.size() > 0) {
update masters;
}
Cheers!!!
if ( masters.size() > 0) {
update masters;
}
Cheers!!!