im executing a process that is returning this i dont understand why there is a comma before the result of the map which is returning errors in other nodes how can i fix this?
Discussion posts and replies are publicly visible
Could it be that this is some sort of a list? That would mean that the problem is not that comma, but that NULL value as the first item in the list.
hamzas0003 Yeah possibly that could be the issue. May be try using reject function. Remove the nulls and check