Use this action to create a routing instruction that will run an AskiaScript 2.0 script. This allows you to carry out multiple actions (e.g. setting or skipping multiple questions) with a single routing instruction.
The following AskiaScript functions are particularly useful in conjunction with this routing action:
For Question objects:
make invisible) : This is equivalent to the Make question invisible routing action. You can "chain" this method with another method, such as Setvalue() in order to store a value in a question and hide the question. For example: Q2.SkipAndKeepData().SetValue({1;2}For the Interview object: