How to call a Decision Table from an Activity using Parameters?

Hi Everyone,

I am trying to Parameterize a Decision Table and subsequently call it from an Activity.

Initially, when I tried calling Decision Table from Activity, I was able to do that perfectly. But then I tried to introduce multiple parameters into the Decision Table. I am using ‘Property map Decision table’.

Unfortunately, I am unable to pass the input parameters into the Activity. I am only able to pass the output parameter.

Within the activity there is no option to pass the input parameter (For reference see attached media)

I would sincerely appreciate any help.

Thank you,

Parakh Chaudhary

Hi @ParakhC9,

You can use property map decision table in the activity to call the decision table and pass the parameters.

@KamineniSurya

Hi, Thank you for your response.

I did indeed use property map decision table. But I am unable to pass any input parameters, I am only able to pass the output Parameter.

You can check the attached media.

@ParakhC9

You dont need to explicitly pass them. You just need to set the parameter values and you will be able to see the data in DT if you call with the correct page context.

@VikashK99 Thank you so much. I did not know we can set the parameters instead of explicitly passing them.

I appreciate your time and effort.