When Issue is converted to a Decision, the Approval field on dmn_decision form has two same choices 'Not yet requested'DescriptionHere in Flow designer actions, data pills are used to populated approval field data. For example when issue is converted to decision, in flow action issue_to_decision the approval field label( instead of value) is being copied from issue to decision record. And it creates a new choice option on approval fields of decision table.Steps to Reproduce - Create a project on pm_project table- create an Isse from 'Issue' related list on project- Go to issue created > click on Convert to RIDAC related link - Create a Decision record- Open the Decision created > Make sure form is configured to have 'Approval' field- Approval field dropdown choices show Not yet Requested choice twicefound as a problem on CSTASK274725 by Akhil Kumar BandrevuWorkaroundAs a workaround remove the approval field data pill, and select scripted part which returns following line of code for issue_to_decision action flow return fd_data.action_inputs.issue.approval; For action_to_change_request flow action, return fd_data.action_inputs.project_action.approval; Related Problem: PRB1552820