Is there a way to pass a variable (present in the input dataset) using control parameter (or by any other means) to a workflow? If yes, is it possible to get the parameter working throughout the entire workflow?
Example: I have a dataset with many amount variables (Amount1, Amount2, Amount3, etc). I need to pass one of these variables (let's say Amount1) as input to a workflow. The workflow should do all the calculations based on this one variable.
In the second case, I need to pass Amount2 and the workflow should do all the calculations using Amount2 now and so on.
Is there a way to accomplish this task? Thanks!
Solved! Go to Solution.
How to pass parameters programmatically like c#, java?
Your response is highly appreciated