I have a question about the list. We always have to save a list in client computer and search the file to write in. ex:lines of file “c:\test.txt” it is in client.
It seems couldn’t reference the list from the computer that installed console, right?
Yes, in general it’s assumed that the file is on the Client. However, anything is possible, you could write an Action that pulls down the latest list from a server (say, via HTTP) each time the action is run.
A more complicated approach would be to generate the Action programmatically – using the Platform API – so that the list was inserted into the Action automatically at the time that the Action was created.