We have a table in our application.

We are opening a new tab when user clicks on a "Policy Number" column values using a task flow. We are using the same task flow to open new tabs for all policy numbers.
-
When we select the first policy number(60084251), task flow opening a new tab and displaying data related to selected policy number as expected.
-
When we select the second policy number(60084857), task flow opening another new tab and displaying data related to selected policy number as expected.
But when we switch from second tab to first tab, it is displaying second policy related data instead of first policy data.It is always displaying recently opened policy data in all previously opened tabs .
is it because of opening multiple tabs using the same task flow?
please help us to resolve this issue.