Copy Data to Context
Description


The Copy Data to Context Node copies all of the received data into the Context. The Node therefore doesn't have any parameters.
Target Locations
If your data input is
{"test":true}
it would be stored incc.test
and the value would betrue
.
Updated almost 3 years ago
Did this page help you?