.
Need to understand, why the assign is above message box.
As i am assigning new value to “variable” in assign box & previously this variable i have taken for message box.
So, ideally bot should read the message box first & then it should read assign selector. but it is working in vice-versa way.
Let me know what i am missing ?
Firstly, I have assign one variable “messagebox” to message box with the default “Good Morning World” & then by using assign i have changed the variable value “this is new value”.
As per my understanding "the assign activity should come after the message box as BOT will execute the message box 1st(Display the 1st variable value) & then he will change the variable by executing assign activity. (As per normal flow).
Thanks.
But, ideally BOT should execute the message box activity 1st & then follow assign with the new variable value. So, i was trying to put the assign activity after the message activity for getting the new value from the BOT. But it’s a vice versa.
(As BOT follow the sequence )
With the flow you have made, the variable “messageBox” has some default value, which was reassigned by the Assign activity. (Which comes first in the flow)
So, the value in message box activity is always the updated one.
I am sure you are confused about the initialize and assign words.