Hi @spuser02 ,
Assume that the look up field is named Test, then you could update the column value like this:
PATCH https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/fields
Content-Type: application/json
{
"TestLookupId": "5"
}
In the body, the column name is in the following format: {fieldInternalName}LookupId
. The value correspondes to lookup id in your parent list.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.