Another question: can I write different collections, see examples (but only the respective collection name) into another collection?
So on the one hand I would list all members of a group and on the other hand I would have every group in a collection
Also: Collection:vl_123;vl_234;vl_345;...)
This collection, i.e. actually just the names of the different collections, should then be listed in a dropdown field
ClearCollect(vl_123;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
ClearCollect(vl_234;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
ClearCollect(vl_345;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
ClearCollect(vl_456;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
ClearCollect(vl_567;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
ClearCollect(vl_678;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;