Hi! I am using the Automations in shortcuts in macOS 26 dev beta 1 and I have all my shortcuts working except this one. Why?(photo included). All the others are very similar except they do other things not make pdf. They work. Why does this one not. I tried changing the extension to .doc, or .docx instead of doc and docx I tried using if name ends in .docx I tried file filtering nothing. Any ideas? Thanks!
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hey, so I created a for loop in swift which adds values from 1 to 1000000 in an empty array and then I print the array. But for some reason it runs really slow. And if I do it until 100 it's fast. But still that's the slowest I have seen-in other programming languages it's instant. Is it that Swift is slower or do I have to use some library I am not using?