Hello there Learn It,
Hope you're doing well.
You should be able to achieve that using ListIndexOf action from System:

This action returns the position of the first element of the list that satisfies a given condition.

Then you just need to pass the result of this action to the list:
CustomerList.List[<ResultOf_ListIndexOf>].Phone
Hope that this helps you!
Kind regards,
Rui Barradas