Tracker.get_latest_input_channel() returns null when action is triggered by ReminderScheduled

I am trying to get the latest user channel by

tracker.get_latest_input_channel() from action.

This works fine normally. But when the action is triggered by

ReminderScheduled, tracker.get_latest_input_channel() returns None.

Hi Palashbaw, i am facing the same issue, did you find any solution for it or a work around? Thank you