Forum Discussion
3 Replies
- jcorneliusNew 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
- JensDeveloperContributor 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_sarohaNew Contributor III
@JensDeveloper - I only need value part - /hcmService/FlowActionsService?WSDL
- JensDeveloperContributor 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?