Hi, I am new to MS flow and need help in creating and accessing a 2Dimensional array in MS Flow
I have a sharepoint list as below:

using this list, i would like to create an array variable Array(AssignedTo,Task) - i.e { [Dileep,T1], [Dileep, T2], [Dileep, T3],[Raghav,T4], [Raghav,T5] }
After i get this array created, i would like to retrieve AssignedTo value for Task T3 i.e Dileep
Can someone help in acheiving the above requirement.
thanks,
-Dileep