Hi everybody , I'm blocked with a process. I need to update a table using the result of a tOracleInput. I tried to use : tOracleInput ---row1---> tOracleRow in tOraclerow , i have something like this : Update a set colA = row1.colA where a is null ; But it doesn't work. Someone can help me please ?