Change datasource mapping to use the old state vs the new state
This commit is contained in:
@@ -57,7 +57,7 @@ func (rd *RecordDatasource) Next(ctx context.Context, out map[string]string) (id
|
||||
rd.applyMapping(rd.rowCache, out)
|
||||
|
||||
for _, k := range rd.mapping.KeyField {
|
||||
ident = append(ident, out[k])
|
||||
ident = append(ident, rd.rowCache[k])
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user