I have a requirment where I want to append the parameter to context in the frontend screen. I can do it via webhook as :
1. Get Context Param1 and Parameters Param1
2. Append Context Param1 with Parameters Param1
3. Set Context
But is it possible to do it from the frontend? We can access the context variable using #contextA.variableB
. But can we write groovy or some other expression in the Argument section like $variableB+#contextA.variableB
?
I hope you got my ask, let me know if the question is not yet clear, I will try to give brief example as well.
Thanks in advance.