In the type of control copy task
1 Like
-
When it comes to the type of control copy task, it’s important to know when to use JSON or Fixed type. If you’re copying data from a fixed or constant value, then the Type should be Fixed.
-
If you’re copying data from a source like a function called getVal, then the Type should be JSON. It’s essential to choose the right Type to ensure accurate data transfer during the control copy task.
1 Like