I am trying to make a lookup field that will allow multiple selections:
ler.list.fields.inBatch(batchCreate).createFieldAsXml(`<Field Name="${strings.Committees}" DisplayName="${strings.Committees}" Type="Lookup" List="{${lookupID}}" ShowField="Title" AllowMultipleVaues="true"/>`);