cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Change/Update and Insert

Former Member
0 Kudos

Hi gurus,

I am having troubles to understand the difference between the options given by the system in the following cases:

In a rule, after processing an expression: what is the difference between Change / Insert?

In the Expressions Which Initialize the Variables: what is the difference between Update variables / Insert into variables?

Regards!

Mario

Accepted Solutions (1)

Accepted Solutions (1)

carsten_ziegler
Active Contributor
0 Kudos

Insert adds.

Change/update replaces.

You can insert into a table. Then your new content will be appended. You can also update a table. Then its content will be deleted and your new content will be inserted.

Answers (0)