Forum Discussion
Gilbert Okello
Aug 12, 2016Iron Contributor
Microsoft Flow - How to create condition based on Document metadata
I would like to trigger Microsoft Flow action in a document library based on a document's metadata. The metadata (fields) don't appear under the selection. How do you define a condition based on...
John White
Aug 26, 2016MVP
The Flow will fire on every item, but you can branch the Flow conditionally - the actions should have access to the metadata. THerefor, flow starts and the first action branchs into "do something if the value is this, otherwise do nothing".