I am using the SharePoint 2013 Designer to implement SharePoint 2013 Workflow.
I create a list, one of the column (named MyApprover) is in "People or Group" data type. I used the REST API to query this list and it returns this column as MyApproverId with a value = 9.
How can I get the FirstName, LastName and Email Address by using this MyApproverID = 9 in SharePoint 2013 Workflow?
_api/web/lists/getbytitle('Approvers')/items?$select=MyApprover