1

I searched for others who've asked this question but I couldn't quite find one that matched what I'm trying to do.

I want to make a model that aggregates three address point feature classes and merges them into a single address point feature class with a single field containing the address. Assume all three source feature classes already have some field that contains the address attribute, but each uses a different field name for it.

  • The source data might be saved in different places each time the tool is run, so I want the user to navigate to the input feature classes (x3, once for each of the inputs).
  • Once each input feature class is chosen, I would like a drop-down of the field names in that input table, so that the user can indicate which field contains the address information (i.e., which one to 'keep' in the field mapping of the merge). This is x3 as well, once for each input.

I can't seem to find a way to do this. It seems like it should be simple, but I'm afraid I'm going to end up having to bash the whole thing out into a python script (which I'm clumsy at).

Am I missing something that's already built-in and available in ModelBuilder?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Oct 31, 2019 at 13:52

1 Answer 1

1

I think the tool you are looking for is Get Field Value. This link is for ArcGIS 10.x but there is an similar tool for ArcGIS Pro here. In your model, right click a white area, choose Model Only Tools, select Get Field Value.

answered Oct 31, 2019 at 15:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.