This activity uses the composite formatting feature of the .NET Framework to convert the value of an object to its text representation and embed that representation in a string.
SharePoint Workflow Designer Phrase
Format this field with this format and store in Variable: variable.
Parameters
Parameter | Description |
this field | The current list item field |
this format | .NET Framework format. Ex: “d” for date time field returns short date format “4/17/2006” |
variable | This activity will place result into an output variable |