Forum Discussion
Hi @vaidyarm,
You can do it with Apache Velocity.
[
{
#set( $a = "test json -->>" + $UserIds[0] + " test end ")
"AccountId": "9999",
"FeatureName": $a
}
]
Output:
Regards,
Viktor
- jcornelius4 years agoNew Contributor III
If you pass the value in as a parameter to a pipeline, it will then be referenced as _Database_Account not $Database_Account. You can just send the doc stream into the pipeline and then reference it as $Database_Account and it will be push down and saved to $original.Database_Account
- JensDeveloper4 years agoContributor II
Hi @amit.saroha ,
What do you mean by reading it?
To capture the value from the json output you need to add a mapper snap to it and map the variable ‘HCM_Account’
Or am I misunderstanding something?
Regards
Jens
- amit_saroha4 years agoNew Contributor III
@JensDeveloper - I only need value part - /hcmService/FlowActionsService?WSDL
- JensDeveloper4 years agoContributor II
But you have it already into the variable $database_Account. So you need the value as a key or what do you wish to do with it?