I am trying to capture the values entered into Promoted Filters in a Constellation Portal UI. My List View is backed by a Data Page that is sourced by a Data Transform.
Currently, adding a value in the promoted filter does not trigger a network payload. Because of this, pyQueryPage is never created, leaving me unable to extract the Logic, field and value to set my parameters.
Has anyone successfully forced Constellation to send the query payload to a Data Page sourced by a Data Transform, or is there a recommended pattern to intercept these Promoted Filters natively without relying on a REST Connector?