Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i try to build a tool that checks Accounts
it works for the first account in my Account list but it dont switch Account to the next one after finish the routine
Maybe someone have a project where i can see and learn how the foreach works right with something like this :)
@LongDong
Dont work :/
@LongDong foreach works with lists, but @UserTrue suggested the option of how to take account strings from resources multiple times in 1 thread. resource is not a list.
@Roy-Mustang 839ee6e6-f3d1-4cb7-adec-8fdbb56769d8-image.png
thanks for helping me, can you provide a screenshot in using http/xml example, i have tried but it doesn't work, thanks
@sonQ Writting file is really easy.
If you want to hardcode filename, you can just use "Write File" action. If you want to let user to choose filename, just add resource and use "Add Element" action from resources module. Check out this tutorials for more details http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name
If you are writting account checker, I would recommend to use database, like @andy231 suggested.
@baldeepo
If chracter limit increased so that it can stop/break the process ?
You can stop current thread with "Success" or "Fail" actions and break all script with "End Script" action