Hi Folks,
I have following two JSON documents and i would like to route them based on
what the value is. In the below examples its order and refund. i want this
to be dynamic as i can expect range of values.
i was thinking of using EvaluateJsonPath and reading the Value of this
field in the attribute. i was unable to get what Path expression should be
.
$.POSTransaction.* returns me the entire JSON and not just the Order value
is it possible to make it dynamic ? or is there a better/different way to
do this
{
"POSTransaction": {
"Order": {
{
"POSTransaction": {
"Refund": {
Regards,
Anuj