QuickChoice - v2.34 - Picklist datasource - Won't retain selected field in CPE
When configuring a quickchoice component to render a picklist filtered by record type (I have done this before and it worked, seems like a potential regression), I select Picklist for the datasource, Opportunity for the Object and StageName for the field, then, I save the screen component, and the Flow, and attempt to run a debug session. In the debug, no picklist values are returned, and in the console, I see the fieldName -> null.
Steps to reproduce
Steps to reproduce the behavior:
- Go to a Screen Component in a flow
- Add a QUickchoice component 3.Select Picklist for Render, and Picklist for the Datasource
- In the Object and Field picker, select Opportunity for the Object, and StageName for the field.
- Save and run a test
Expected behaviour
WOuld expect the picklist to render values
Actual behaviour
Picklist is empty
Screenshots

I am having the same issue. I tried several workarounds and am unable to resolve.
What are you selecting for the RecordTypeId?
@ericrsmith35 i am using virtually the identical pattern to the example on unofficialsf.com. I get the recordtypeid in a record picklist component. The value of that component sets the opprtid value for the quickchoice. My workaround was to edit the flow xml and manually add the attribute. After that, I got it to save.