Create text file

I want to prompt for some text using the text action and then pass it to another action that requires a file as input. How do I convert the text to a file?

1 Like

One option would be to use the “save file” action in the Documents category. It will save the text as a text file to a location of your choice. You could then call that file in the next step. This is just off the top of my head. I am sure there is a more elegant way.

1 Like

My problem is resolved. The action that said it wanted a file as input accepts the output of the text action.

2 Likes