picklist value missing

Skuid 11.1.13

Create a picklist field called Approval_Status__c on Opportunity and add options including “To Submit Now - Previously Approved & Given Back”.

Test with this page.

<models>
 <model id="Opportunity" limit="1" query="true" createrowifnonefound="false" datasourcetype="salesforce" datasource="salesforce" sobject="Opportunity">
 <fields> 
<field id="Name"/> <field id="CreatedDate"/> <field id="Approval_Status__c"/> </fields> 
<conditions> <condition type="param" enclosevalueinquotes="true" operator="=" field="Id" value="id"/> </conditions> 
<actions/> 
</model> 
</models> 
<components> 
<pagetitle model="Opportunity" uniqueid="sk-3OIz-212"> <maintitle> <template>{{Name}}</template> </maintitle> <subtitle> <template>{{Model&#46;label}}</template> </subtitle> 
<actions> 
<action type="delete" uniqueid="sk-3OIz-201"/> <action type="clone" uniqueid="sk-3OIz-204"/> <action type="share" uniqueid="sk-3OIz-207"/> <action type="savecancel" window="self" uniqueid="sk-3OIz-210"/> 
</actions> 
</pagetitle> 
<basicfieldeditor showsavecancel="false" showheader="true" model="Opportunity" mode="read" uniqueid="sk-3OIz-228"> 
<columns> 
<column width="50%"> <sections> <section title="Basics" collapsible="no"> <fields> <field id="Name" uniqueid="sk-3OIz-220"/> <field uniqueid="sk-3OIz-273" id="Approval_Status__c"/> </fields> </section> </sections> </column> 
<column width="50%"> <sections> <section title="System Info"> <fields> <field id="CreatedDate" uniqueid="sk-3OIz-226"/> </fields> </section> </sections> </column> 
</columns> 
</basicfieldeditor> 
</components> 
<resources> <labels/> <css/> <javascript/> <actionsequences uniqueid="sk-3OIz-271"/> </resources> <styles> <styleitem type="background" bgtype="none"/> </styles> </skuidpage>

Strange. It seems to be an issue w/ Salesforce. Classic layout shows same behaviour.

Replacing “And” with “and” fixed the issue. Odd.

Sorry. Meant to say “&” with “and”.