Hello, I am building a flow for multi level approval of requests. There is a need for the approver to see the history of the request, that is, everyone that approved the request in the previous levels, in the Teams request message.
I build a simple flow for testing that looks like this:

The problem is Teams shows every request as a new one, rather than a request that is on the next level of approval. The image below shows the third level of the request and I expected to see 4 levels instead of 2 (the request owner, levels 1 and 2 approved and level 3 pending).

How can I make the flow in a way that it knows it's the same request on different levels? I'm using Teams on Chrome.
Thanks.