I have created two Variables A and B which will input numbers to add and passed these values as initial values in two arguments variables intFirst and intSecond
Now using invoke command I have put the below mentioned in the code section
Dim Result As Integer
Result= intFirst + intSecond
How do I get the value of result back in flow to display the value contained in result?