StorEval and prompt

In attachment from Selenium IDE i am trying to run in Katalon recorder, but this is not giving a prompt (i.e. pop up where I can type).

prompt.PNG

We’ve released 3.4.11 to address this issue.

Example:
runScript | return prompt(‘Value’) | v // return keyword is important
echo | ${v} |