UPDATE activity logic
Hi All ,
i have field named as ‘good data’ in schema with boolean type as 0 and 1 . I have few records in schema with key as “@abc”.
there are cases where 2 records are present on same key with good data field values as 0{No}and 1{Yes} rest all field values are same. Now when i get new data file if record doesnot exist it should insert record with all field values(n number of fields) passing in file and update good data field values as YES. and if record exist it should only update record in schema with good value as YES. It should not make any update changes to record with NO value.
As we are prioritizing record with YES value only in workflow targeting.
How i can implement this in single update activity