10-04-2021 02:10 AM
I have output doc as the below picture
How can I get the first element from the doc?
Solved! Go to Solution.
10-04-2021 02:21 AM
You can either:
Use Head Snap with “Number of documents” = 1 and “Documents offset” = 0
Use Filter Snap with following expr: snap.in.totalCount == 1
Regards,
Spiro Taleski
10-04-2021 02:21 AM
You can either:
Use Head Snap with “Number of documents” = 1 and “Documents offset” = 0
Use Filter Snap with following expr: snap.in.totalCount == 1
Regards,
Spiro Taleski