This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to read Multi-line text property in workflow vbscript

I am trying to read a multi-line text property but I am only able to read the first line of the property, the rest of the lines are not outputted.

I am using the SearchForProperty function to get the value of the property

Parents
  • Can you provide some code so we can more easily assist.

    Doing the following should bring back the full contents a multiline text field, sorry if there are any typos:

    PropertyValues.SearchForProperty(Property_DefID).Value.DisplayValue

Reply
  • Can you provide some code so we can more easily assist.

    Doing the following should bring back the full contents a multiline text field, sorry if there are any typos:

    PropertyValues.SearchForProperty(Property_DefID).Value.DisplayValue

Children
No Data