If this "UltiMaker Cura" application is set as the default app for opening STL files, you can do the following:
- Use Get files in folder to get all your STL files into a list of files. This will generate a variable called %Files%.
- Use For each to iterate through the %Files%. This will generate a variable called %CurrentItem% which will hold a single file for each iteration.
- Use Run application and pass %CurrentItem% into the "Application path" field.
- Do any further steps that you need to do when the file is open
- End loop
This will process all your STL files one by one.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.