How to access multiple types or same types image in facebook webhook using n8n

I have created a chatbot using n8n and facebook
when a user send multiple text message or send a image and a relavent text facebook webhook only gives one message like if someone give me a product image and send along with a text price?
hwo can i grab that 2 information and process them

I’m not exactly sure how facebook webhook is handling different types of data like text and images. Have you tried using the “Edit Image” node on the same image? Maybe that will split it into separate messages for text and image. This might allow you to pass both info as message type in n8n.