I have a very basic question:What is difference between passing an input data vs output data in a script task? Or perhaps an example or a scenario where both can be used? Thanks in advance
Discussion posts and replies are publicly visible
Adding to what Mathieu Drouin already explained, it is important to understand that all assignments in the input are evaluated in no specific order, but before any assignments in the output. Assignments in the output also evaluate in no specific order.