- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 12:22 AM
Hi team,
i have a list collector variable (referenced to core_country table) in record producer form,
i want to map the selected list collector values in affected countries field in demand form.
i am also using a flow designer to map other field, but list collector field is not mapping.
Does anyone have any solution how i can do that??
Thanks in advance..!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 12:45 AM
You have a record producer in which multiple countries can be selected and those need to be set into the affected countries field on the demand form? I assume the record producer is creating the demand form?
Affected countries is not an OOB field. Is this a list field, or a string field in which you want the countries to be listed?
If it's a list field, a simple 'map to field' on the record producer variable should do the trick, assuming the list field has the same reference qualifier. Your variable will be containing the comma separated list of countries, that should be visible on the demand field, when you select 'map to field', so no mapping through the flow designer.
In case you are not creating the demand, from the RP, but from the flow, you will need to check on what is coming in from the variable and put that into the field on the form, making sure it's a list of comma separated sys_id's, since that's what's in a list field.
I had to make a lot of assumptions here, so please provide more info if my answer wasn't sufficient.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 12:53 AM - edited 08-27-2024 12:56 AM
Hi @Mark Manders ,
Thanks for your response...!!
Record producer is creating a case here, after completing case i am creating a demand request using flow designer.
i have other fields as well on the record producer form which are also mapping to demand form fields.
affected country is a custom list type field on the demand form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 12:57 AM
What is the content of your country variable in the flow execution?
And is the 'affected countries' field indeed a list field as well, referencing the country table?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 01:01 AM - edited 08-27-2024 01:01 AM
@Mark Manders , i am referring core_country table in 'affected countries' field.