Thanks for posting this, @yashag2255 . This solution isn't working for me when attempting to populate the multiple users in a SharePoint list. I'm simply trying to pass the same users from one SP list to another (using same template for both lists). I get the following error when trying with their email:
"innerError": {
"status": 500,
"message": "Error converting value \"email address here\" to type 'Microsoft.SharePoint.Connector.SPListExpandedUser'. Path '[0]', line 2, position 25.\r\nclientRequestId: bunch of numbers removed\r\nserviceRequestId: bunch of numbers removed"
}

 

And the following when using the 'Claims':

            "innerError": {
                "status"500,
                "message""Error converting value \"i:0#.f|membership|email address here \" to type 'Microsoft.SharePoint.Connector.SPListExpandedUser'. Path '[0]', line 2, position 43.\r\nclientRequestId: bunch of numbers removed\r\nserviceRequestId: bunch of numbers removed"
            }
        }



Any recommendations?