I have 2 forms which use the same field as the "key" to organize my data.
The Field type is Smart Classifier.
The issue I am running into is that the key values from the first form get populated as they should, but the values from the second form get displayed as UUID (reference to Key Field in the first Form). Is there any way to get the value of the key field displayed in the TableView merger for second form as well?
It looks like you are trying to merge the tables / forms that have a different structure and that is why the result looks like this.
You need a common key to successfully merge the data from different forms in TableViewMerger
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.