Hi
I have a matrix lobby element, and I am trying to include one of my datasource columns, ‘Quote’, in the navigation. I have the column defined here in the datasource:

And it is using a custom function to fetch a custom attribute. As you can see, I am able to preview this data easily:

I have added the navigation url like this:

However, when attempting to navigate, the URL will come out like this: page/PurchaseRequisitionLines/List;$filter=YtQuote%20eq%20null
There is a ‘null’ in the URL where I am expecting the value from $[Quote]. Is it possible to pass in this value to my navigation URL?
Thank you,
Mark