Hello,
We have used one decision table which will return the Property in String format.
Param.ItemID = “.ItemID”(Return Value)
We need to convert this “.ItemID” into the Property in data transform which called this decision table.
So, that we can do property set for this Itemid property in data transform.
ex: .ItemID = .Value.
Please share us any expressions or functions can be used to achieve this string to property conversion.
Thanks.
@Seetharaman
Please see if you can use the solution provided here
You can either use java code or create your own function using the java code given and use that function.
Hi @ShyjuV69,
Thanks for your response. Yes this solution is working for us.
We have created the function rule and used the Java codes in it. Then We called that function in a Data transform.
Thanks