I am currently working on displaying SAP data (via OData) in a Mendix application, and I aim to present this data in a dynamic table that adapts based on the content (e.g., number of months or days). I’m looking for the most efficient and maintainable approach to achieve this, both in terms of front-end display and back-end logic. In the long term, the goal is to automate the generation of this data using a Scheduled Event, so that the data remains up-to-date without manual refresh. I would appreciate any advice or feedback, especially on how to best structure the domain model, microflows, and which Mendix components are best suited for such a dynamic display.