Just want to possibly report a bug for Workflow 11.
Workflow version 11.0.2206.826
When using a "Query Data" or "Custom Query" activity in a workflow that has 2 or more fields with the same name, there is only one token generated with that name. The expected behavior is to either show multiple repeated tokens of the same name and/or (and possibly better?) report a warning.
Additionally of note is that it seems when you use the generated token that workflow will choose, it returns the second (or last) field value of the same name in the available data set.
Say you have something like "SELECT table1.name, table2.name FROM..." (or "SELECT * FROM" a view with those same columns). And the table1.name is "John" and the table2.name is "Paul", workflow gives you one token "name" that has a value of "Paul".
Has anyone confirmed behavior like this?