testtesttest88
7 years agoVisitor
Merging of Multiple Properties
I have a series of fields that are used repeatedly throughout my project. Some of which are combined to create new fields:
FirstName: James
LastName: Dean
If I want to combine these properties to create a new property 'Name', how can this be done?
Would creating a new property called: Name
with the value: ${FirstName}&' '&${LastName}
work?
I want 'James Dean' to be given in the request.
Any answers gratefully received.
Thanks