I like to select just a part of a filename, but I have some problems:
filename is as: "Bestellung EB50277 2020-12-09 13-57-14.pdf"
Flow to select part:
But the result is every single word in an array. How can I select for example just the second one?
lottiwurm
Solved! Go to Solution.
split(outputs('Compose'), ' ')]2]
But I'd check the length of array before to make sure the second element exists.
split(outputs('Compose'), ' ')]2]
But I'd check the length of array before to make sure the second element exists.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.