Workitem.Name.Replace("Display is ", ""), error in this expression

Hi all,

Trying to replace the not able to replace.
Workitem.Name.Replace("Display is ", “”)
Please refer the below attached screenshot.

Please guide me on this.

Clearly Workitem is not the name of you workitem variable.
You need to use that, and you need to use Assign to assign something, you cannot use it for only function calling.
So if result is your workitem, then in assign use this in each field
result.name and result.name and result.name.replace("Display is", "")

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.