Missing data in get-records events

The get-records-list event gives us the opportunity to interact with record data. Unfortunately it only exposes fields that are included in the react list component.

In my case, I have a field which isnt human readable (a primary key) that I would like to append to a url:

https://mycustomservice.com?pkey={{row_key}}

Note that this primary key is not Softr’s record id.

So, my options are to include the primary key as a display field and find some way to make it hidden, or to preassemble the url in the database and pass that along with every row?