Hello,
Recently, I have installed the PowerApps Customer Self Service Portal.
I have created a flow for this portal that triggers whenever a case is updated.
In the update form, there is a section called "Timeline" where the user can add Comments and upload some attachments.
After they submit the updates, the comments will be stored in the "Activities" entity and the "Attachments" in the Notes entity under the case created.



What I want to achieve is the following:
I am trying to find a way to get the updated attachments and the activities comments regarding the case.
After, when I have found these data I want to send an email that contains the attachments added and the comments (Activities) regarding the case id.
I am using CDS connectors (current environment), I have used the "Get file or image content" action but I don't know what I have to choose for the field name.

Besides, concerning the "Activities" I have tried to use "Get record" action regarding the case ID, but the flow fails because he didn't find the case ID in the "Activities" entity. I am stuck what I have to choose for the "Item Identifier".

Can please someone explains in detail and provides an example for this scenario?
Any help would be greatly appreciated.
Thank you!