Closed
Solved
Decision Table with parameters called from data transform
I am calling decision table from data transform using @ObtainValue function, however my decision table accepts some parameters.
How to pass parameters from data transform to the decision table.
@Nik@sh Obtainvalue function will get the parameters if it's set. Please check if you are passing correct step page as parameter. If parameters are set on different context then in the current context parameters won't be there. Please check if parameters are being passed to current page and pagecontext is being passed correctly.