automa icon indicating copy to clipboard operation
automa copied to clipboard

get element (.el-form-item__content > .el-input > .el-input__inner)by Automa,but it cannot work in Forms. Pls help thks..

Open Kathrie opened this issue 3 years ago • 3 comments

I get element (.el-form-item__content > .el-input > .el-input__inner)by Automa,but it cannot work in Forms.
Does Automa not support this type? How could i do next? Thanks 1 2 3

Looking forward to your reply,thanks.

Kathrie avatar Jan 19 '22 03:01 Kathrie

I get element (.el-form-item__content > .el-input > .el-input__inner)by Automa,but it cannot work in Forms. Does Automa not support this type? How could i do next?

It supports the input element. And try opening the log of the workflow to see if there's an error or not after executing it.

Kholid060 avatar Jan 20 '22 00:01 Kholid060

the input element. A There is an error.Can't find an element with ".el-form-item__content > .el-input > .el-input__inner" selector. But I get element (.el-form-item__content > .el-input > .el-input__inner)by Automa in the following pic.Pls help,thks.

image image

Kathrie avatar Jan 21 '22 07:01 Kathrie

Based on the error, the forms block might get executed when the input element is doesn't exist in the DOM. Try adding the element exists before the forms block like the image below.

image

Kholid060 avatar Jan 21 '22 11:01 Kholid060