
Hi,
I'm trying to retrieve the dataverse table information using PAD Invoke Web Service. However, the data should be retrieved with some conditional data. For example, the value of column ABC is not null and/or column XYZ = 'Pass'. Can I apply such conditions directly with the Get method ? If yes, the how ?
[Currently, I'm getting all the records from the table, that I want to restrict for the conditions.]