Defining the latest answer

(Peter) #1

I am asking the user a few questions and then parse his answer. Depending on the first answer the second question is different.

So I run a code and provide it with the inputs from the second questions.

Then I offer to go through the questions again and the user is free to select another answer and thus another branch of behaviour.

But when I pass his ‘new’ answers to the parser, it sees ‘old’ answers too (which are not empty because they were set to something during the first attempt). And I can’t choose the latest choice because now it is not choosing empty vs non-empty, but new non-empty vs old non-empty.

How do I zero the ‘old’ answer?

(Daniel Beckett) #2

Hi @Peter

Is all of this being done within one flow or are you passing in info from another flow?

Also, are you using outputs from a question or outputs from an attribute?

It may be easier for us to troubleshoot by seeing the flow so please feel free to email in to support@flowxo.com with a share link :slight_smile:

(Peter) #3

It is all within one flow (in fact within the one I tortured you with when it only went as far as the first action).

I can let you in, but the trouble with most of my requests is that some of my questions are not in English so I have to make a separate sample flow in English with the same bug for you to save your head from exploding. :slight_smile:

Give me some time. I will make it and let you know here.

(Peter) #4

Done. Check the mailbox whenever you are ready.