.
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.
Thanks for the suggestion.