hello everyone , i need some help , how can i solve this , im trying to learn appian so i need some help to better understand it ,
Discussion posts and replies are publicly visible
Is this issue resolved now? we are also facing the same issue. Could please share the fix that you have made?
Hi Keerthanakr ,
Just check before write to DB node whether the pv has data or not.
Thanks for writing back. We found the root cause, in the record data one null/empty value got appended. After removing the null value using reject function, the issue is resolved
can you explain this a little bit more, i am also facing the same issue
consider data with array of Dictionary where it has a null value which we not removed.
For example, {{data set 1},{data set 2},{data set 3}{data set 4},null}