Результаты поиска

  1. E

    "Out of Memory" when upload to TikTok

    Hello guys, do you have the same error "Out of Memory" when trying to upload to TikTok using ZennoPoster. I am using "Chromium" engine. I can login, but it always crash at upload page
  2. E

    How to get all data from list, then save to variable

    Hi guys, I read document but still not working out. I hope you can help me with this problem. How can I get all data from list, then save (all lines from list) it to 1 variable. :D Many thanks!!
  3. E

    Questions about Javscript in "Logic If" function

    Hi, I need help. I want to check if my variable includes "+" or "-" in my Logic If function, but it does not work const gmtDateTimeZone = Sun May 1 2022 10:38:21 GMT+0800 (AWST); {-Variable.gmtDataTimeZone-}.includes('+') or '{-Variable.gmtDataTimeZone-}'.includes('+') Both do not work
  4. E

    How to get Data from "Ctrl + C"

    Hi, I want to get Data from "Ctrl + C" and add to my list. Like the example below. I want to get all the keywords to and add to my list. And btw, thank you
  5. E

    How to substring ( text and emoji ) ?

    Hello, How can I substring text and emoji ? I have the input, and my output will be max length 100 characters. My input has both text and random emoji. I tried use Substring from "Text Processing", but sometime it work, sometime it not