Unable to use Business Process Parameter in Perform Task Activity
While Creating task on every Opportunity Stage change, I would like to have Opportunity stage name in task activity for that purpose I have created business process parameter which is of type look up and stores stage value. While using this parameter in task name I am getting error like, "Cannot convert type "Guid" to "LocalizableString"".
Like
Hi Amol,
To include the opportunity stage to the task name, you need to read data from the opporuntiy first and then the stage name from the opportunity lookup. The process will look like:
The Read Opp Stage settings:
The Read Opp Stage in lookup settings:
Then you can simply add the stage name to the task header:
Such an error occured because the type of lookup field didn't match the type of task name field.
If you set the formula in such a way, the stage will be included to the task name with no errors.
Thank you!