Assigning string variable to another string variable

Hello,

I have created a string variable called Text_Post. I have several other string variables called Post1, Post2, Post3, Post4, etc…

In the multiple assign activity, I had assigned Post4 to have a string text as “blablablabla”. And then I assigned Text_Post to be equal to Post4 which should also eventually also be equal to “blablablabla”. In the message box, I had set the variable to Text_Post. So whatever other variable I assign to Text_Post say Post5, then the string value of Post5 should appear. However, when debugging, the message box is appearing empty.

Hi @private_matter,

Maybe there are scope differences here. Can you share flow or screenshot image?

Regards,
MY

You need to define post 3 first. Here, assign steps are done in order.

Oh yeah you’re right. It has taken me half an hour trying to find what could be the problem. Thanks buddy! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.