Unable to map choice field. Error recorded: Uncaught TypeError: Cannot read property 'length' of undefined at Object.getChoices Issue When a field of type Choice is mapped in a flow, it does not map correctly and stays blank. An error is recorded in Developer Tools: Uncaught TypeError: Cannot read property 'length' of undefined at Object.getChoices (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:131920) at Condition.renderChoices (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:347222) at Condition.parseValue (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:347207) at Condition.componentWillReceiveProps (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:347142) at ReactCompositeComponentWrapper.updateComponent (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:258474) at ReactCompositeComponentWrapper.receiveComponent (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:258411) at Object.receiveComponent (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:111949) at Object.updateChildren (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:257898) at ReactDOMComponent._reconcilerUpdateChildren (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:257568) at ReactDOMComponent._updateChildren (designer-bundle.min.js?sysparm_substitute=false&version=1.6.36:257663)CauseThe choice field does not have any values for choices. Flow Designer needs to populate the options but if not values exist it cannot do this.ResolutionYou need to make sure the choice field has valid values.