This is perhaps what you are looking for:
The Get Items of Group action “returns [items] as array”, per the action description. An array is a list of items. You can’t use the action Get Content of on this list, because the list itself is not a DTTG item. Repeat with Each is the action that iterates through a list.