Power Automate 如何获取文件夹中的最新文件?

时间:2021-05-15 20:01:18

标签: power-automate

我发现这个网站回答了我的问题,但答案是针对 UiPath 而不是 Power 自动化的。有没有办法在 Power Automate 中实现该代码?

Power Automate screenshot

http://microsoftrpa.com/get-latest-file-in-folder/

GetFiles(folder_path,".xlsx",SearchOption.AllDirectories).OrderByDescending(Function(d) New FileInfo(d).CreationTime).Tolist(0)

0 个答案:

没有答案