Skip to main content

I am using the Quick Choice component from the Flow Base Pack (the app exchange version) The data source is Picklist Field, I have it set to required and in the Value field, I have Default, as I have a default value set on the record type and picklist field. The default value is "Employer", however, when running the flow the default value is not showing up and even though it's marked as "required" it's still progressing in the flow and then erroring out as "Default" is not an acceptable value. It just started happening to my knowledge, so any ideas on what could be causing the issue? 

 

Here is a screen shot of the settings, notice that it's set to required as well  

 

Quickchoice not displaying

 

Here is what it looks like in the screen flow, notice there is no value in the quickchoice field, it should be set as Employer. 

Quick Choice Default 2.png

 

In debugging I did not put in any value for the field, and it advances, even though there is no value. and then errors out as "Default" is not a valid option. 

 

Any thoughts/suggestions are welcome 

#Quick Choice Set Component #Unofficial SF #Salesforce Admin #Flow

1 respuesta
  1. 7 ago, 00:27

    When you type "Default" you are passing the literal string of "Default" to the quickchoice.  

    There is no label associated with "Default" which is why it appears blank in the UI,but then tries to save as "Default". 

     

    Check out the documentation on unofficialsf. Notice how they are passing in variables from the flow 

     

     

    When you type

     

     

0/9000