Hi,
I am developing a query that selects certain fields to be exposed through a web API. Is it possible to filter the columns to be exposed based on if they have a value or not?
Say for instance on item cards, if a boolean is set to true then the query should send 3 extra fields for those items that meet the condition, and the rest of the items are sent with the usual fields.
How can i achieve this? I can't seem to make it work with columnfilters or DataItemTableFilter.
Thanks in advance.