Trigger bot response with latest_message second time

I want to give users flexibility during FormAction. When user inputs nonvalidate message in the middle of form action, first I stopped Form Action with Form(None) or Restarted() functions on request_next_slot .After that call UserUttered() function with tracker.latest_message[“text”] . But it is not working.

Rasa 1.10 version.