I would want to construct a sentence having multiple dynamic values, for example
ruby
{
code => '
my_object =
{
"reason" => "I received event.get("baseValueUnitAmount") event.get("currency") having difference of event.get("[differenceUnitAmount]") compare to previous transaction."
}
'
}
Expected output:
I received 25000 INR having difference of 5000 compare to previous transaction