Hi,
Is there any way to validate my Survey Result via expressions which are used for "visible if" and "Enable If" ?
for example a have the following result:
{
"question1": "item1",
"question2": "answer1",
"question3": "answer2"
}
here is the expression:
{question1} = "item1" and {question2} = 'answer1'
my expectation:
bool Check(SurevayResult,expression)
{
//in this case the result should be true
}
Best regards
Amin