Hi @sravya shivapuram ,
Per my test, I found that <Eq></Eq>
will work and <eq></eq>
always goes wrong. I have tested the following query and it works well for me. Please take a reference:
<view><Query><Where>
<Or>
<Eq><FieldRef Name='ppprovalType' /><Value Type='Choice'>Approve</Value></Eq>
<Or>
<Eq><FieldRef Name='ApprovalType' /><Value Type='Choice'>Approve w/contingencies</Value></Eq>
<Eq><FieldRef Name='ApprovalType' /><Value Type='Choice'>Change Needed</Value></Eq>
</Or>
</Or>
</Where></Query></view>
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.