Forum Discussion

tsjakamaka's avatar
tsjakamaka
Occasional Contributor
4 years ago
Solved

Use property value in request of next request (JSON)

I have some values stored in a properties step.   Content of "properties": ParameterA: Test 1 ParameterB: Test 2     I want to use the value of "ParameterB" ("Test 2" in this case) as input of...
  • tsjakamaka's avatar
    4 years ago

    Question can be closed.  Have found the issue.

     

    Should remove the first #character

     

    Instead of using "${#properties#ParameterB}", I should use "${properties#ParameterB}"