Custom Filter and Sorting Rules with Base64
Some requirements go beyond what can be configured directly in the UI. However, you still have the option to apply these advanced filtering/ sorting rules into Base64 code and insert them directly.
Concept of working with Base64 codes
1. The column IDs from your monday.com board

2. Sorting rules using order_by
order_by3. Combined Filtering + Sorting rules
Retrieving only the filter string for the 'rules' section via the UI
4. Encoding the configuration into Base64
5. Inserting the Base64 code into your template
Example Base64 codes with
Sorting (order by one value) + Grouping
Sorting (order by two or more values) + Grouping
Filtering (e.g. Checkbox) + Grouping + Sorting
Summary
Last updated