Hi There,
For the lookup column you need to provide JSON -
In the field for your lookup column, you need to provide a JSON object that contains two properties:
Id: the identifier of the item in the referenced list
Value: the text value of the item
The JSON structure should look like this:
{
"Id": [Your Lookup Value Id],
"Value": "[Your Lookup Value Text]"
}
This article will also help you get a clear view -
https://www.youtube.com/watch?v=BrjobdJqvEQ
Please give kudos and mark as solution if it helps.
Thanks,
Sandeep Mishra