Ask a Question ordered list

(Kate Yoak) #1

I have a flow that shows a problem with Ask a question implementation. I am using a counter I am iterating over a list of data.

Turns out, if I ask a question of the form

  1. Who are you?
  2. Where are you?

and so on - the number and following dot become blank. Replacing the dot with a colon:

1: Who are you?

Works correctly. It would be nice to know if there are escape characters or some work-around.

(Kate Yoak) #2

OK! I found the solution. 1. Text does display correctly.

1. Who are you?
2. Where are you?

should work.