Hi All,
The HTTP POST below works fine except the 'Vuln0' column is not being populated. It's a single value lookup. I feel like I am missing something simple, but I've tried multiple syntax tweaks and no luck. Any help would be greatly appreciated!
Solved! Go to Solution.
Hi @JC12 ,
In my case lookup column is BranchList. You need to do the below changes to update lookup column
1- Add inside header
IF-MATCH : *
2- Method
PATCH
3- Update lookup value :
"BranchListId": Id of the lookup list
Note: append Id in the name of the lookup column
This will work.
Thanks
Vivek Pande
If this post helps answer your question, please "Accept as Solution" to help others find it more quickly.
If you thought this post was helpful, please give it a Thumbs Up.
Hi @JC12 ,
In my case lookup column is BranchList. You need to do the below changes to update lookup column
1- Add inside header
IF-MATCH : *
2- Method
PATCH
3- Update lookup value :
"BranchListId": Id of the lookup list
Note: append Id in the name of the lookup column
This will work.
Thanks
Vivek Pande
If this post helps answer your question, please "Accept as Solution" to help others find it more quickly.
If you thought this post was helpful, please give it a Thumbs Up.
@vivekpande18, you are my hero, that worked like a charm! I had no idea I had to append 'Id' to the internal field name! Thank you!!
Happy to hear that it works for you!!!
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
49 | |
29 | |
23 | |
20 | |
20 |