How can I configure the PWM flag event response to trigger a specified DMA channel? Up to now, I have configured two parts of the configuration, first DMA and after PWM.
DMA
DMA configured to write from location A to B, working when triggered with a Software Request.
Now, I have configured the request to:

The eMios choices for the DMAMUX Source are: EMIOS0_0, EMIOS0_1, EMIOS0_9, EMIOS0_10. That matches with the DMAMUX options:

eMIOS
PWM is configured in OPWMT, where the trigger channel is after the trailing edge of the PWM. Additionally the Flag Event response is EMIOS_PWM_IP_DMA_REQUEST. (note that in the screenshot I am using eMios1 - this should be the same as the eMios instance configured in the DMA settings)

Now the part where I get confused: how can I attach the DMA request of eMios0 channel 2 to any of the four given options of DMAMUX listed above?
Attached is the project.