Something like this could work in a Decision action. On the Yes branch do the Jump To Menu and on the No branch do the blocking processing.
FindFirst(Task.blockedNumbers, Call.Ani) == -1
Task.blockedNumbers would be a collection variable and either fetched with a Call Bridge Action or maintained in the flow with an Update Data action as the first action.