Hi,
We have an invisible brick inside a page embed. It's only job so far is to notify the host through a postMessage when a filter has been applied ( using domo.onFiltersUpdate() ). The host then listens for this postMessage and stores the chosen filters in session storage. This is all working well.
When the modal is opened that contains the page embed, I grab the filter saved in session storage and pass it along as programmatic filters when getting the page from domo. This works.
The problem is that the filters in the filter bar are not being pre-populated with the applied filters. I know I can use domo.filterContainer() to apply filters to the page and this will select the filters passed. How can I access the filters that are being applied to the page embed inside of the brick that is there? Or is there a better way to pre-select the applied filters?