Forum Discussion
DanielWillis
1 year agoValued Contributor
Not directly answering your question, but if you wanted to save yourself some troubleshooting can you just look up the value of that parameter in your code instead of passing it in?
- danszczepanski1 year agoNew Contributor III
That would be my preferred approach, but I can't seem to find the correct syntax to pull that parameter value in, as it is a bound list parameter not a literal parameter. Maybe I can set a literal parameter to retrieve the value from the bound list?
- DanielWillis1 year agoValued Contributor
In that case, is it logic you can move from a parameter to your BR?