magiqa
9 years agoNew Contributor
Properties in source window in ProperyTranster step
In ProperyTranster step I would like to use property when defining JSONPath to the source of data like below
$..[?(@.name=="${Generate fake name#result}")].id
Since it doesn't work I searched through the code and discover that removeExpansions is used to in PropertyTransfer class that somehow is involved in property transfer process. It turns out that support for property expsansion was deliberately removed. I wonder why it is impossible to use properties when defining paths to sources or target in Property Transfer steps.