Is it possible to control data level access within a flow"? I've read the section about DLP - but that just talks about how to allow or stop certain apps from talking to each other. I am more interested in if ceratin apps can talk to each other whether you can restrict what content is exposed. A Flow links OneDrive and sharepoint but should only allow certain items, based on their content, to be copied to the Sharepoint list.
Hi @JMKoon,
Based on what I know, the data access should be only possible to be configured at the data source side, there is no proper function ot feature available within Microsoft Flow to achieve that.
You may consider take use of condition or OData query to filter the data within Microsoft Flow.
Some example for your reference:
Add a condition in Microsoft Flow
Odata Filters & nested objects with Microsoft Flow
Regards,
Michael