In control copy task type, when should we use json or fixed type?

In the type of control copy task

1 Like
  1. 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.

  2. 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