Re: Fetch XML using ID from Entity List
Thank you very much Oliver.
I'm new to portals, thanks for your help!
I have an entity list that has 'view details' against each record. This opens a Form on a different page that show the details of the selected record.
The record show in the form is related to another table record that has notes attached. The notes are pictures.
My plan was to Fetch the selected record ID to obtain the related record ID. Then Fetch the note IDs related to that ID (the related record).
I was then going to display these in a gallery using Portal URL/_entity/annotation/Note ID as the URLs like in Ritika Agarwal's video 'Working with Data in Power Apps Portals at 39:00 mins: www.youtube.com/watch?v=Ka3yfy3k3ew&t=325s
The end state is a form with a gallery below showing associated pictures. I don't know if this will work, hopefully it does. Any advice would be most welcome.