Extract values from a JSON string and pass to Rule
Summary
Extract values from a JSON string and pass to RuleContent
Hi All
I have approval form in an external application, where the output of the form is a JSON string that becomes the input of my Process in the process cloud.
I want to extract a couple of values from the incoming string and pass them to the decision modal rule.
Is there a way i can get the specific string values from the incoming payload?
So basically the incoming JSON would be something like this
data:{
"amount" : "150",
"dealerId" : "1234",
"city" : "Dallas"
}
so i want to pass the amount and dealerId to the rule engine to make a decision in process cloud like
0