Can I filter in telegram message received based on at what time received

Status: Closed · Asked by rachnanaisha on · 0 views

rachnanaisha — Question ·

Can I filter in telegram message received based on at what time received (between 11.30 am to 2 pm)

Pabblymember11 — Reply ·

Hey @rachnanaisha

Yes, you can filter the messages on the basis of time (11:30AM - 2 PM) by the following screenshot.

1. Used a Date/Time Formatter to convert the time if Telegram provides the time in Timestamp format.

2. Then Used the split text to compare the condition with time only.

3. At last map the time on the filter labels on OR condition as demonstrated on the screenshot, and the condition will satisfy only when the time comes in between 11:30 to 2 PM.

Please try this at your end and let us know if that works for you.

Back to all forum threads · Log in to reply