Hello @Michael , Thanks for using Microsoft Q&A Platform.
Looks like this known issue with C# SDK.
Regarding the empty fields, if you want to get the original raw response returned by the service, you can do that by invoking operation.GetRawResponse().Content
and parsing that data into a string.
To get the actual field value as presented in DI Studio, can you try invoking result.Documents[0].Fields["replacewithfieldname"].Value.AsString()
instead.
Try these and let us know.
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.