Pulling Field Name

We are starting to add expansion packs to an app. We will be adding a bunch of expansions and want to be able to pull the Field Name to populate inside the app. Is there a way to do this?

Image here: https://www.dropbox.com/s/56xy8dvidx0y4u1/Field%20Name.png?dl=0

No, you can only query values for "known" field names (using TA_GetFeatureValue() or TF_GetFeatureValue() ).

So, think about the problem the opposite way. Namely, read whatever "field name" is needed from the plugin, and then use TA / TF GetFeatureValue() to see the value for that field.