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

Looking forward to your reply,thanks.
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.
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.

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.
