microsoftgraph / msgraph-sdk-java

Microsoft Graph SDK for Java
https://docs.microsoft.com/en-us/graph/sdks/sdks-overview
MIT License
364 stars 125 forks source link

Java sdk is giving null value in get cell action #1981

Open ashish777gupta opened 2 months ago

ashish777gupta commented 2 months ago

When trying to fetch cell values via the Java SDK, we're encountering an unexpected problem: the value returned is null. Strangely, in Postman and Graph Explorer, the values display correctly.

Our goal was to smoothly retrieve the cell value using the Java SDK, but it's not working. Please assist, with the mentioned issue.

Postman screenshot: image

Java sdk screenshot: image

ashish777gupta commented 2 months ago

Kindly assist with the above comment. Thanks!

ashish777gupta commented 1 month ago

Pleases assist us. Thanks!

petrhollayms commented 1 month ago

OK I did confirm with @Ndiritu that it should work, given the support in Kiota for microsoft.graph.Json was added recently. So, we need to look into the issue. Also see the question asked here: https://stackoverflow.com/questions/78457958/get-cell-value-using-graph-api-v6-x-is-not-displaying-the-value-in-java-sdk

PR was merged: https://github.com/microsoft/kiota-java/pull/1070

CC @sebastienlevert

ashish777gupta commented 1 month ago

Thanks for the response @petrhollayms . Can you please let me know that, is this issue new and if it's new then what is the expected time it would take to fix it. And also if fixed then how to consume the fixed version?