Background:
I have a SharePoint List of Suppliers names and emailaddresses. I have a Document Library with and expiry date column and a lookup column for supplier in the other list to look up the suppliers email address from there. In Microsoft Flow I want to load the properties for each file that has expired and send a notification enail to the supplier.
I have the flow working using the 'Get Files (properties only)' action filtered on the expiry date column. This is working well. I am also using an 'Update File Properties' action to record the date the email was sent in another date column.
Question:
The problem is that I cannot access the suppliers email address in the Flow. The Supplier lookup column values are not available to use in the Dynamic Content selections for the actions in the Flow. Please help me with this.
How can I access the Lookup Column values for the properties in a document library?