Hi, the dataset I pass to the Pivot is obvusly based on fields called like “field_name_1”, “field_name_2”, etc. But these are “technical” names. I would like to expose them to the end user in a more user-friendly way, meaning like “Field 1”, “Field 2”, etc. So that when the end user goes on the Config section, he can chose the fields to use not based on the field name but based on the field “title”.
I think it’s a very basic and obvus use case but cannot find how to achieve this. Thanks