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