As marked in yellow in the above screenshot, I'm attempting to retrieve a value of a table cell inside an element based on a primary row key that I pass on via input data. This value is then used to compose the actual row filter which will be applied.
What I notice is that this value retrieval is not executing, I'm suspecting that I can only retrieve the value based on the display key and not by passing on the primary key. I'm hoping that I'm wrong here and that you can confirm that the ^pk^ placeholder is also supported when executing table cell value lookups.
If someone already encountered the same problem and successfully resolved it, I'd love to hear about how they've resolved this.
Hi Jeroen,
Unfortunately, the "^pk^" prefix is not currently supported in these placeholders. The lookup is always done using the display key. The only special construct allowed in these [param:xxx:xxx:idx] placeholders is using * or ? wildcards, which will expand to the first match.