Hi @jjkishore1,
Since you are grouping by name anyway, this “tuple with two elements” is presumably the two objects that share the same name
value.
The same name is available as a single string as each.key
, so you could try writing display_name = each.key
instead to make it conform to the apparent type constraints of this provider.