I'm using Get Items from SharePoint in flow, which come from an Event Calendar. I'm taking these items and producing a table using 'Select'. I want to load the image from the user that created the event into a row of a table. The link to the picture I'm getting is in a filter array outputs under Author/Picture. So I have in the table as value-<img src=item()?['Author']?['Picture']
The picture doesn't render. My research all points to using Get File Content Using Path, but I don't see a way to accomplish getting the images dynamically by this method. That just seems to work for one static image. Any help greatly appreciated.


Report
All responses (
Answers (