Forum Discussion

pricedgp's avatar
pricedgp
Contributor
8 years ago
Solved

How to NOT expand within context.expand

I'm creating a string that I'm passing via a project-level variable, and inserting into the body of another string. Problem is, this string includes text that looks like a property expansion. The tex...
  • TanyaYatskovska's avatar
    8 years ago

    Hi,

     

    You can use the getPropertyValue method to get data from a project property instead of context.expand.

    Does this work for you?

  • pricedgp's avatar
    pricedgp
    8 years ago

    Thank you! Can't believe I missed that one...