There are several improvements that could be made to this view. First, making the modal full screen would be a big step forward. Second, the test mapping feature seems broken or incomplete. It doesn’t properly evaluate filters, which causes errors on maps that would normally succeed. This happens because it runs JQ that should be skipped due to the filters. Additionally, more complex combinator search queries aren't evaluated in the test mapping view. Because of this, we often have to test by mapping a real entity and checking the audit log. When debugging failed maps in the audit log, we can’t see the original payload, only the mapping result is shown. It would be really helpful if we could take any item from the audit log and load it into the test event window. Right now, we can only load the latest event, which means we have to guess what the broken state was, try to recreate it, and then quickly grab that latest event before anything else comes in.