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.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
84 | |
60 | |
54 | |
44 | |
40 |
User | Count |
---|---|
85 | |
81 | |
76 | |
62 | |
42 |