I am using the AFO shortcuts to create a table of files for a large project. However, I cannot send it to myself or save it as a file. MacOS. How to achieve this state of bliss?
Welcome to the forum, @jswilkins! I think this is what you want:
That’s a List All Files action (or anything that returns a list of strings), followed by a native Text action which only contains the output of the first action), followed by a native Save File action that saves the result of the second action.
(If you try to use the result of the first action directly with the Save File action, you’ll end up with a list of semi-empty text files, one for every file path returned by List All Files.)
If I missed the mark, please let me know ![]()
That’s exactly it. I didn’t realise I could use non AFO actions, but of course now I know it’s obvious…
Many thanks
2 Likes
