Hi NoorMohd
I think this is to do with your NameValuePairs.
You are passing NameValuePairs to your button e.g Entity = |!Param_Entity_J1!|
Then you are expecting to pass the same NameValuePairs to your DM sequence
However that requires a new set of NameValuePairs e g in example above your key becomes the value e.g |!Entity!|
Probably the safest way to do this (to avoid confusion) is setup your NameValuePairs on the button to be Param_Entity_J1 = |!Param_Entity_J1!|
This means your original logic on the DM step will work as you use the same parameter call on (a) the button and (b) the DM e.g |!Param_Entity_J1!|
Also please add 1 parameter at a time, based on it working as expected. You have added a parameter for every dimension but it fails on the first one, which suggests all the other parameters might also fail for same reason
Hope this clarifies
Sam