cancel
Showing results for 
Search instead for 
Did you mean: 

Combining properties into one property

Peter_Hoeft
Star Contributor
Star Contributor

Hi All,

    I'd like to build a build a property based off 3 other properties concatenated together.  Currently, I'm thinking I'd use "Set Property to Expression", but I don't see a quick and easy way to build a property that looks like this:

"[prop1] - [prop2] - [prop3]"

How would I go about doing this?

 

Thanks,

     Peter

1 ACCEPTED ANSWER

Larissa_Armand
Elite Collaborator
Elite Collaborator

Hi Peter,

Using the "set property to expression" action type, you can set the property as: 

%Vprop1 + " - " + %Vprop2 + " - " + %Vprop3

 

View answer in original post

2 REPLIES 2

Larissa_Armand
Elite Collaborator
Elite Collaborator

Hi Peter,

Using the "set property to expression" action type, you can set the property as: 

%Vprop1 + " - " + %Vprop2 + " - " + %Vprop3

 

Larissa, this is perfect - thanks!

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.