Nested Parameters using Bound List

AkshayBhatia
New Contributor

Hello

We are trying to build a CV where we need two parameter selections by the user. The first parameter selection needs to be passed into the second parameter. The second parameter is configured as a bound list using Method Type as Business Rule, and the first parameter selection needs to be passed as an argument in the Method Query - but the BR is not able to resolve the parameter value and is only able to read it literally. Following configuration is for the second parameter

AkshayBhatia_0-1725278748495.png

The BR is reading t1 as "|!TestingPrompt1!|" and not the actual parameter value that was selected by the user. Any ideas on how to solve this are appreciated.

Thanks!

 

2 REPLIES 2

sameburn
Contributor II

Hi @AkshayBhatia 

It looks like you are executing your nested parameters outside a dashboard / components?

If so this is expected behaviour because you are not receiving a parameter prompt selection, it is not resolving.

If you move your two parameters (not sure what the first one is) to a dashboard and trigger a refresh between the component with parameter 1 e g combo box to the dashboard with your second component e.g combo box with your parameter 2 (that depends on parameter 1 result), it should resolve

Hope this helps

Sam

DcDev
New Contributor II

Do you have any screenshot examples of this?  It would be helpful to see an example.  Thanks!