Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Thank you for the suggestion. Is it possible to use the GetParameterAtText for the fs_id? Example: fs_id = GetParameterAsText(). I cannot hard code the input. I want the tool user to be able to choose the feature services to pass to Feature Class to Feature Class. That is the crux for me. Commented Aug 24, 2021 at 16:33
  • Yes, you can have it as a single input for one feature service or as multiple input, you will just need to add in code to handle the loop/iteration of the multiple id entries. Commented Aug 24, 2021 at 20:29