Search found 41 matches

by rgonzalez
Wed Aug 12, 2015 5:28 pm
Forum: General Discussion
Topic: JS Script variables
Replies: 2
Views: 11141

JS Script variables

How can I set a var in javascript that I can use later in robotask? Example: if("{lenel_pte}" < 0 || "{lenel_central}" < 0) { //RoboTaskApp.SetUserVariable("ping_error", "true") ping_error = "true"; } How to set ping_error to true or some value and t...
by rgonzalez
Mon Apr 13, 2015 6:47 pm
Forum: General Discussion
Topic: utc time to local time
Replies: 1
Views: 9029

utc time to local time

Is there a way to convert UTC datetime to local datetime?

Thank you!
by rgonzalez
Thu Jan 29, 2015 9:22 pm
Forum: Suggestions
Topic: if then with and/or
Replies: 0
Views: 13682

if then with and/or

Sometimes I need to do some conditions check with nested "if then" like this: If then If then If then If then do something end if end if end if end if Would be nice to see a if then with the possibility to use AND and OR in the same action. :roll:
by rgonzalez
Thu Jan 29, 2015 9:15 pm
Forum: Suggestions
Topic: edit 2 tasks at the same time
Replies: 2
Views: 15507

edit 2 tasks at the same time

Would be usefull to be able to edit 2 tasks at the same time without having to close and open windows between them to edit something. ;)
by rgonzalez
Thu Jan 29, 2015 7:26 pm
Forum: Suggestions
Topic: Excel Interface
Replies: 6
Views: 42947

Re: Excel Interface

This is so needed! this what robotask needs to be perfect for all I do! :D :D :D
by rgonzalez
Wed Jan 28, 2015 6:37 pm
Forum: General Discussion
Topic: imap mail loop
Replies: 2
Views: 10933

Re: imap mail loop

Thanks for your response, I did that before but the messages are deleted at the end of the task. I need to delete each message after each loop. Is there a way to do this? Thank you!
by rgonzalez
Wed Jan 28, 2015 5:49 pm
Forum: General Discussion
Topic: imap mail loop
Replies: 2
Views: 10933

imap mail loop

Hello, how can I delete a message at the end of each imap mail loop without breaking the order for the next iteration? Let's say I have 5 messages, and the imap mail loop takes a var for the message order. After I process each message, I need to delete that message, but in the next iteration the mes...
by rgonzalez
Thu Sep 25, 2014 9:09 pm
Forum: General Discussion
Topic: randomvalue
Replies: 4
Views: 14979

Re: randomvalue

Thank you, what I was trying to do was:

{RandomValue({num})}+1

But wasn't working. This works:

({RandomValue({num})})+1

:roll: :roll: :roll: :roll:
by rgonzalez
Thu Sep 25, 2014 5:29 pm
Forum: General Discussion
Topic: randomvalue
Replies: 4
Views: 14979

randomvalue

Helo, I'm trying to generate a random number between 0 and X where X could be any number stored in a variable, but when I use Evaluate and the system variable RandomValue in something like this: x=6 {RandomValue({X})} or this: {RandomValue(5+1)} I always get the default behavior of 0 to 1000, is thi...
by rgonzalez
Mon Jun 30, 2014 6:49 pm
Forum: Suggestions
Topic: ssh
Replies: 0
Views: 13888

ssh

ssh (secure shell) in robotask to login on a remote computer using this protocol would be nice!