I have SharePoint List with Users column as Person/Group type. In my flow Create Item, this column is missing. Users all over complained. So I tried work around by using Send an HTTP request to SharePoint. It still did not return Users column.
When I try to add to Uri
&$select=Users, Email, Hospital&$expand=Users, Email, Hospital
I got error
"The query to field 'Users' is not valid. The $select query string must specify the target fields and the $expand query string must contains Users."}}}"
How can fixed that? Is there solution to get that field in first place?
Thanks