I'm trying to get a list of unique values as an output using the UNIQUE operator on the output. The input is currently set to the following arrow, but I'm getting this error msg. Any suggestions?
[{"gender":"female"},{"gender":"female"},{"gender":"male"},{"gender":"male"},{"gender":"male"},]
Unique values from the output
5 replies