@mahoneypat @mahoneypat2 @lbendlin
My end goal is to trigger a refresh of Power BI dataset upon modification of relevant files (data sources only).
I managed to build a flow which is currently doing the job.
But this site
contains files (e.g. src1.xlsx, src2.xlsx, src3.xlsx, src4.xlsx)
beyond data sources (e.g. src1.xlsx, src3.xlsx) required for this particular power bi data set.
Hence, the following flow is triggering refresh upon modification happening to any files whatsoever. How can I make this flow trigger bound to only any modification to src1.xlsx or src3.xlsx

Thank you in advance.