Do not render anything in the outputted view
.
result-view {
match {
Survey {
from-output: SubmitSurvey
}
}
message ("Thank you for your survey!")
render {
// Show nothing on the layout. You can customize the layout here.
nothing
}
}
Copyright 2025 Samsung All rights reserved