.xmlFieldCreator(`<Field Name="{${kRegion}}" DisplayName="{${kRegion}}" Type="Lookup" List="{${values[1]}}" ShowField="Title" Required="TRUE"/>`);
Whenever I attempt to generate a SharePoint List field in this way, the output displays the field name as {Region}
.
What is the correct formatting to achieve just Region
?