我发现这个网站回答了我的问题,但答案是针对 UiPath 而不是 Power 自动化的。有没有办法在 Power Automate 中实现该代码?
http://microsoftrpa.com/get-latest-file-in-folder/
GetFiles(folder_path,".xlsx",SearchOption.AllDirectories).OrderByDescending(Function(d) New FileInfo(d).CreationTime).Tolist(0)