My aim is to filter a table for 2 criteria:
- Select only id_frontend within the value of 1-50
- If there are two or more elements with the same id_frontend, only return the most recent.
While this might be an easy task, I cannot figure out how to implement it in Budibase. I assume that a nested Data Providers inside a Form and the corresponding filters / JavaScript Bindings (see image below) might be necessary.
Any idea, how to implement this task?
Thanks!