Skip voice notes in Telegram to get only the following text

What are you trying to achieve?

I have created on Make a process getting text messages from Telegram, pushing them to a Flowise flow for LLM RAG answering, returning to Telegram the result.
I have also an external script getting voice notes from Telegram, performing STT and returning back to Telegram the text.
Filtering only text messages in Make don’t generate errors, but don’t get the message after the voice message, so the process is working only if i just write text in Telegram
Problem is seems in Make I’m not able to skip the voice message and read the following transcribed text, so that I got an error due Flowise is expecting to get text data.

Steps taken so far

Trying to set a filter for voice messages seems don’t have any effect

Screenshots: scenario setup, module configuration, errors


Telegram_flowise_working.json (15.3 KB)
Telegram_flowise_not_working.json (15.2 KB)