You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the condition key in the question is to handle if the question is valid to be asked or not, the question process suppose to be sequentially, so this will be good for custom conditional
conditional using abbreviation eq as Equal gte Greater Than or Equal lte less than or equal lt less than neqnot equal in with the function like in('compare stirng', 'compare string')
coral config must be like this
...
- question:
slug: thirdasking: some wordvalidation:
rule: *message: ""condition: first eq 'hello'
...
This need to be added on sessions too
if the condition is not meet, the data on sessions must be included but with value null
The text was updated successfully, but these errors were encountered:
the
condition
key in thequestion
is to handle if the question is valid to be asked or not, the question process suppose to be sequentially, so this will be good for custom conditionalconditional using abbreviation
eq
as Equalgte
Greater Than or Equallte
less than or equallt
less thanneq
not equal
in
with the function like in('compare stirng', 'compare string')coral config must be like this
This need to be added on sessions too
if the condition is not meet, the data on sessions must be included but with value null
The text was updated successfully, but these errors were encountered: