LINE Module: How to Route Based on Message Type (Image vs Text) in Scenario Filter?

At the moment, my LINE module can either receive an image or a text. The metadata can be seen below:

This screenshot is the meta data of the module when receiving an image:

This screenshot is the meta data of the module when receiving a text:

Since these are the two conditions, I want the scenario to have different flows depending on the type of message received. As such, I put in a router and a filter:

However, this does not filter appropriately. Regardless whether the message type is text or image, it will not be included.

Please assist

@Ca_Tung_Ng
Hi, I don’t know if this will solve the problem, but how about using a condition other than “Equal to”?
I think “Contains”, “Start with”, or “Matches pattern” would work.