How to write one row only out of 10 in Write db


in Help
Hello,
I have data that contain 10 row and all status "Yes" I want to store only one record in that table because all status are same aganiest class
e.g Class Status
1 Yes
1 Yes
1 Yes
I have data that contain 10 row and all status "Yes" I want to store only one record in that table because all status are same aganiest class
e.g Class Status
1 Yes
1 Yes
1 Yes
0
Answers
- Remove Duplicates before writing to DB
- Filter Example Range with first example=1 and last example=1
I would need more context to understand your task could be achieved with any of those operators.