If-then textual output

Hi, I’m creating a turn-by-turn with Excel with textual output based on choices. Using the {{variable}} gives me the last step of the text vector, not the current step. Any suggestions?

Hi Tom,

You can add a subscript after the variable, and specify the subscript is <Step>. For example, if your variable is Results, then put in the page Results[<Step>].

WILL

Thanks Will! I was able to execute with this syntax: {{Text[]}}
The sim autosave/save function seems a little wonky after implementing that, however. Not sure why.