How to pass value of Look select box from record Producer

pandeyved
Tera Contributor

Hi All,

I need guidance on passing value to lookup select box type value from Flow designer to submit a record producer.

I am trying to create a Subflow to submit a record producer, I have some field on record producer which is of type lookup slect box, which is coming as choice type in Flow Designer. Now if I am passing the sysid of values, then also it is returning error and If I am passing display value of answer then also , same error Values are missing.

Kindly guide, how can I fix this issue.
Thanks

 

6 REPLIES 6

Community Alums
Not applicable

@pandeyved I would request you to try creating a Action to get the list of choices you need based on the input. This can be stored as an array of sys_id's

Then use the output of the action as an input the choice field.

 

If my response has resolved your query, please consider giving it a thumbs up and marking it as the correct answer!

 

Thanks & Regards,

Sanjay Kumar

Amit Verma
Kilo Patron
Kilo Patron

Hi @pandeyved 

 

Please try below approach :

 

1. Create a Flow variable of type reference to the table where your choice field resides. For example, I have created a flow variable with reference to incident table so that I can get the urgency field for my record producer, create incident.

 

AmitVerma_0-1709548841741.png

 

2. Set the value of your flow variable as per your requirement. In my case, I have given it reference to my trigger incident record.

 

AmitVerma_2-1709549083277.png

 

3. Map the Flow Variable Choice field to your record producer choice field. In my case, I have dot walked to the incident table urgency field and mapped the choice.

AmitVerma_1-1709548969280.png

 

AmitVerma_3-1709549129883.png

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.