“Dynamic sort field” isn’t what it sounds like really. It is more about having the user choose a field to sort by, rather than generating some sort of compound sort key.
Hi there, I’m trying to do exactly this, letting the user choose a field to sort by, for that I created a dropdown with static values that are the names of the fields that the user can choose in order to sort. But then on the “search for” panel where I can define the Dynamic field, how do I match the selection of the user that is a static choice to the field I want to use to actually sort by? Thanks