Hi all - I am having a problem with the following step that is part of a very large flow:
The step is meant to filter through a folder of files, return only ones with a certain substring in the filename, and bring back only one file - we are ordering by "created" in descending order. Currently this step is throwing an error:
body":{"status":400,"message":"The attempted operation is prohibited because it exceeds the list view threshold
There are only 45 or 50 files in this folder, and even when I remove the files it still errors out. It was working up until now. Is it possible that it is trying to order the entire library? When we remove the "Order By" it works fine, but then I am not guaranteed to get the correct file.
Thanks in advance for any insight you have!