Hi all.
i tries searching for the answer but I wasn't able to find any solution, so my last action is to ask here.
I have a workflow which when a email address is received from Power Virtual Agent, it will go in Dynamics CRM, will search for an existing account with this email address, and if available i want to return all subscriptions.
I have a custom entity called subscriptions, that contains a certain product (OOB entity in CRM), contains start and expiration date, and account (lookup to Account entity).
So if a user ask the bot when my subscription expires, the bot will ask the user for an email address, power automate will search for an account with this email address, and then will loop trough all subscriptions of the account and will say something like. "i see the following subscriptions are available for the Account (account name field) which expires on Expiration Date filed
So basically here we have two entities involved
Account and Subscription.
From Account i need the Account Name filed which i can get with the List records step where i'm filtering the result by email address input from the user.
From subscription i need only the expiration date filed.
This is the WF how it looks like so far.

here I'm searching for subscriptions where account is the same as the previous result

And here is basically where i'm stuck in getting the details for each result (each subscription)
I'm sharing also a subscription entity solution for dynamics crm in case someone want to test it.
https://crm632903-my.sharepoint.com/:u:/g/personal/admin_crm632903_onmicrosoft_com/Ea_bVHucYBVLqfZHCzYJwbABiKFX56c_xu6OM_3pBfwJLw?e=RdPQlK
So if the account have 3 subscriptions i should be able to get each of these 3 subscription's expiration dates values and pass it over to the bot as Output results.
Hope manage to explain the scenario well.
Let me know if you have more clarification.
Regards
Kiril