I am trying to create a Python toolbox that will copy feature classes from an enterprise geodatabase and put them in a local file geodatabase.
I have the first parameter set up as a multivalue where the user can input the feature classes to copy. I would like to give the user the option to save the feature class names to a file for future use. I am able to save the list of layers to a text file.
How can I load the feature classes from the text file into the script? Is it as simple as making the parameter.value equal to the saved text?