Hi,
In dynamics 365 I have one entity name E1 which contains lookup from entity E2. So to fetch the data from a related entity I got 2 different ways.
1- Calling "Get record" action and passing Item identifier from E1.
2- Calling "List record" action and using the "Expand Query" field to get the related fields from entity E2

Can anyone let me know if these 2 methods make difference in terms of counting "number of API" calls (Flow capacity perspective) and Execution of code(Performance)