@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
Type text is so slow
-
@niceusername said in Type text is so slow:
@rekaa0251 you can use clipboard and then press control V to paste it.
really smart! thank you!
-
Brilliant to use set and get clipboard, Issue with using clipboard is that it won't work in multi-thread, things get's mixed up.
Any ideas on what to do in multi-threads?
-
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads? -
@bobbyonforum said in Type text is so slow:
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads?https://community.bablosoft.com/topic/4672/hello-need-a-little-help/5
-
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.