Good morning,
we created a flow, that is triggerd manually and after that it should get the information from required Shearpoint-List-Column named "Members" (type Person or Group) which runs on a Sharepoint-Server onPrem.

If we run the flow we get the following Error:
ResponseSwaggerSchemaValidationFailure
The sharepointonline API returned an invalid response for the OpenApiConnection workflow operation "Get_elements_2". Error details: "The GetItems API operation requires the body / value / 0 / Members property to be of type Object, but it is of type Null."

For testing we changed the required setting of the column to optional. Than the flow run through but did not return the informationen of the multi-selection colum "Members". It only returns all other information - also a informatione from type Person or Group, which has not multi-selection enabled.
We also tried it with the trigger "If a element is created or edited". Here we also get all information except the "Members".
We also tried it with ShaprePoint 365. Here we can get the required information.
But for our requirement we need to get the information of a required, multi-selected Colum on a onPrem SharePoint-List.
Do you have any ideas?