3

I'm trying to get the latest subfolder from a folder using Power Automate Desktop. I can get the list, and display it, that works fine. Then, I cant figure out how to get the first item. It's unbelievalbe that I cannot find out how to this simple task.

enter image description here

kaze
  • 4,299
  • 12
  • 53
  • 74

1 Answers1

5

I think it works like index python. You can call %list[0]% for first item.

refer this link for more info

https://learn.microsoft.com/en-us/power-automate/desktop-flows/variable-data-types