Sorry for a basic question, but I want to set embedded data based on user input. For example, if a user enters 48 for their age (question is called “age”), how do I set a value for age + 10? The survey should display 58 in this case.
I’m currently trying the below in the “Set Embedded Data” area under survey flow. age is entered in a block that precedes the embedded data part.
AgeVar = $e{ e://Field/age + 4 }