How to pass value of Look select box from record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 02:24 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 02:08 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 02:46 AM
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.
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.
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.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.