Question

Capgemini
IN
Last activity: 13 Jun 2025 7:30 EDT
Filter configuration to dynamically fetch data as per selected filter value in constellation.
We have requirement to show all the cases created by logged in user on home page and user should be able to remove the filter and select any other operator ID to filter case as per the selected operator ID. We are on constellation. I tried to configure a landing page with a data page with filter as createoperator, passed the current operator in view and it fetched all the cases of current user and shown in the UI but I did not find any way to change the filter value in UI to modify the filter value and pass other operator into filter.
Even I configured a promoted filter, but if we change the promoted filter value there is no API call happening at the backend and at the front end only the filtering is happening with data fetched with filter of current operator.
This is basic requirement and we used do it very quickly and easily in traditional UI but could not able to do anything for this in constellation. Please help me if anyone has implemented this or know the configuration to achieve it.