What is the difference between the merge and update options in the content component? It seems that they are the same according to the description, unless I’m missing something.
What is the difference between the merge and update options in the content component? It seems that they are the same according to the description, unless I’m missing something.
As you noted:
“Only if a key already exist…”
Update will not ADD a key/value if that key doesn’t already exist.
That makes sense, thanks!