Hi all,
I have a general question about Flow performance.
I'm new to ODATA, but I've been working with Flow for a while.
I have a library with 600+ documents and steadily increasing.
If I need to build a recurring flow to check on documents that are "expired" based on a date or text column, would it be better in terms of performance to build a "Get file properties" in an apply to each with a condition, or to build an ODATA guery filter in terms of performance?
I did try a condition-based flow and noticed it was extremely slow, but I haven't successfully managed to try an ODATA query yet (having issues with dates). Just wondering if it is worth it, or if it will be the same performance?
Thanks!