Hello
In the “Find Message in Slack” action, when I sort the messages in descending order by date, it returns the oldest message. This is not the intended behaviour as I want to get the latest messages.
I set this search query.
in:#channel_name “search term” from:me
It also does not work.
in:#channel_name “search term” from:me on:Today
In the Slack app, I can get the messages that match the query as intended.
How can this problem be solved?