On enabling debug logs, I found that there is an issue with "Data adaptor session submission"
On further debugging I found that following data was not submitted:
<attribute id="addr_street1" type="text" inferred="false">
<uncertain-val/>
</attribute>
Following is my rule document snippet:
the thread exists for the thread address
the thread text output = For(the thread address, the address street addr1)
The data is not submitted because certain rows/records do not have any value.
My question is how to check "uncertain" or no-value in rules doc at entity level in for loop in above syntax?