New error in Automa 1.29.10 - Error - (0 , i.Z)(...).split is not a function - in Forms block
Describe the bug After the last update (Automa Version: 1.29.10) I have started to see the error:
(0 , i.Z)(...).split is not a function
When using the Forms block:
To Reproduce Steps to reproduce the behavior:
- Trigger
- Google Sheets
- Get spreadsheet cell values
- Insert data
- Loop data
- Active tab
- Click element
- Delay - 100
- Forms - * And here started to see the error: (0 , i.Z)(...).split is not a function
Expected behavior Forms block - to fill text in the window of the facebook
Screenshots
Desktop (please complete the following information):
- OS: Windows 10 64bit
- Browser: Google Chrome
- Extension Version: 1.29.10
Same for me for a form block, workflow is bricked
+1 ,打开调试模式,进行表单输入,会出现以上错误((0 , i.Z)(...).split is not a function)。 automa 1.29.9版本就没问题
@bingren-yd and @Kholid060 Are you able to look at this error? This problem persists in the new versions from 1.29.10 to 1.29.12, what are the options to fix it?
@bingren-yd and @Kholid060 Are you able to look at this error? This problem persists in the new versions from 1.29.10 to 1.29.12, what are the options to fix it?
If your goal is a rich text editor, then the form block in Automa is not suitable and errors will occur—from a programming perspective, this is "expected behavior."
/cc @hqfeijian1
https://extension.automa.site/workflow/amFwa1Im4kYUIBDWvgjO3
You can install it for reference as one approach; Twitter's input box is also a rich text input box, so alternative methods are needed to simulate typing.
I am also experiencing this problem. Please assist in how to debug.