Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Check for <uncertain-val> in rules

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?

This post has been answered by Richard Napier on Nov 16 2021
Jump to Answer
Comments
Post Details
Added on Nov 16 2021
3 comments
272 views