Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 06:07 AM
Hi All,
I created a flow designer to create hr cases when parent case is closed complete and additional comment is inserted . The flow is working as expected but while creating a new case i am copying a choice field from parent to the child case. The choice field value is being populated but while seeing the dropdown value it is showing blue color. Please help me in copying the choice field value from parent to child case

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 06:15 AM
@kali Could you please share the snapshot of your flow. Also, could you check if you are copying the choice value and not the choice label.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 06:18 AM
Hi @kali ,
If the new copied value in blue color, that it created an extra choice, since its not matching with exisiting value.
Please check the backend name properly & configure. Then it would be as it is.
🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 07:41 AM
@kali
If my answer helped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 06:21 AM - edited 03-06-2024 06:21 AM
This blue entry shows when the entered value is not part of the available choices for a field.
For eg you have a drop down field with value A, B & C, and with a script I populate the field with a value D the system will not restrict the script and let it add D on the field for that record, but this value will show blue since it is not one of the available options.
You need to make sure that the value you are copying is an available choice value (look at the value & label of the available choices).