.
Getting error while executing . Pls advice where i am making mistake configuring
Discussion posts and replies are publicly visible
Check your pv!record is not null before writeRecordAdd a condition to XOR gateway before your Write Records node with the condition not(isnull(pv!record)). If the process variable record is not null, the flow continues to Write Records. If the record is null or empty, the XOR gateway bypasses the Write Records node entirely, preventing the data type error from occurring.
Can you share the expression view of the field "Records Input"?
The curly brackets are not necessary, but this looks OK.
What data type is the pv!!record, and what is the value in this failing process instance.
Can you manually map the ISM Supplier record in the node again and try. Also check the value in the pv in monitoring mode for data accuracy.
The type is IMS Supplier (Record type) . "No Value" in this instance .
Can you check value in this monitoring instance where you received the error
Yes I have tried to map it manually , It is giving the same error . there is no value showing in monitoring instance .
If its null your xor configuration should have catched it. can you share the xor expression?
yes