Unable to sync the problem record priority to the problem task record created from the flow designerDescriptionUnable to set the problem task record priority same as problem record when creating the task record in a flow designer that is being triggered on the creation of the problem record.Steps to Reproduce 1. Create a flow that triggers when problem record is created2. Add a step to the flow to create a problem task record using the values from the problem record to set the priority on the task same (screenshot attached for reference)3. Change the priority choices label to start with a character instead of a number label (ex. priority=P3 Minor i.e. change it from from "3 - Moderate" to "P3 - Minor"). It works as desired as long as the first character is the actual value number.But if the 1st character is any other letter then it won't work as desired.WorkaroundAs a workaround, use an inline script, f(x) button on the flow to script it as below:return fd_data.trigger.current.priority;Related Problem: PRB1424500