有什么方法可以将用户关键字作为 RIDE 单元格中的值吗?

Is there any way to take a user keyword as a value in a cell in RIDE?

我想使用一个关键字的 return 值作为另一个关键字的参数。 例如:

Should Be Equal   [My Keyword]    3

这是不可能的。 你必须经过一个中间变量赋值:

${found} =  [My Keyword]
Should Be Equal  ${found}  3