Question on Merge/Decision

0
in a microflow, if i use a decision, i get 2 outputs  based on condition matched or not. but i need the flow to continue irrespective of decision output and join further flow, so i use a merge to join the decision outputs.  what i see is that after the merge the variables values that were    created during the decision are not getting carried forward. is this how it should be, or how to make sure the decision variables are available even after merge..  
asked
1 answers
0

You will need to Create the variables before your decision split. You can then set these using a Change action later on. You will need to make sure these have sensible values to start with so you can check if they were set or not later on when you Merge.

Hope this helps.

answered