Solved
Write Record Error
.
Getting error while executing . Pls advice where i am making mistake configuring
.
Getting error while executing . Pls advice where i am making mistake configuring
Check your pv!record is not null before writeRecord
Add 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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.