Issue with BLOB
We are having an issue with a property that is being saved only in the exposed column but not in BLOB ,so when a case is opened then it shows blank value because BLOB data is copied to exposed column.
Observation :- An utility sets this property value gets triggered on post submission of a flow action and earlier case worker used to perform this action which advance the flow and set this value then it's working but recently this action is being performed in batch requestor/API context using svcperformFlowAction which advance the flow then we started seeing this behaviour , when we trace it out everything looks fine like SQL merge statement , i see the save and commitment are happening through OOTB rules (RecalcuateAndSave and commitwitherrorHandling) .
I tried with optimization again on this property,tested the class connectivity and restarting the server but still issue remain as is .
The value is present in expose column but not in the blob . Is there way to identify/resolve the issue ?