Search found 32 matches

by felipe
Fri Oct 10, 2025 8:24 pm
Forum: General Discussion
Topic: JavaScript - assign result of fn to variable robotakst
Replies: 5
Views: 53621

Re: JavaScript - assign result of fn to variable robotakst

[pyhton]

from robotask import *
a = 23.5
b = 37.8
c = a + b
rt = RoboTask()
rt.set_user_var('local@MyVariable', str(c))

if it is correct, it is not working, it is not applying the variable
by felipe
Thu Oct 09, 2025 8:32 pm
Forum: General Discussion
Topic: JavaScript - assign result of fn to variable robotakst
Replies: 5
Views: 53621

Re: JavaScript - assign result of fn to variable robotakst

I'd like to return to this post so I don't have to open another one, in this variable assignment context in this context the variable is always applying globally, I'd like it to be only within the task I've already declared it at the beginning of the task with the same name as the variable assigned ...
by felipe
Mon Sep 22, 2025 9:47 pm
Forum: General Discussion
Topic: Comma-Text- Conversion
Replies: 1
Views: 12050

Comma-Text- Conversion

Multiine Text ====> Comma-separated string

when parameterizing as a custom symbol, it is not working
by felipe
Tue Aug 26, 2025 1:25 am
Forum: General Discussion
Topic: library disappeared in version 10.5
Replies: 1
Views: 12528

library disappeared in version 10.5

some libraries disappeared in the new version or do not load
print_erros.png
print_erros.png (24.84 KiB) Viewed 12528 times
csv data
database
cmd lines
webscocket
by felipe
Fri Aug 08, 2025 6:18 pm
Forum: Suggestions
Topic: webhook server
Replies: 0
Views: 18902

webhook server

it would be interesting to process the request
by felipe
Thu Jul 31, 2025 6:34 pm
Forum: General Discussion
Topic: Sample with Google Voice
Replies: 1
Views: 12419

Re: Sample with Google Voice

Robotask doesn’t support browser automation.
However, you can achieve what you need using Python libraries like Selenium
by felipe
Tue Jul 29, 2025 9:57 pm
Forum: General Discussion
Topic: Looking for Tips & Inspiration!
Replies: 1
Views: 11231

Re: Looking for Tips & Inspiration!

I believe we can approach it the other way around. What is your biggest challenge or requirement for a processor? Then we can evaluate whether it's possible to handle it with Robotask
by felipe
Thu Jul 17, 2025 8:28 pm
Forum: Suggestions
Topic: Log Message type designation
Replies: 2
Views: 16232

Re: Log Message type designation

You posted the solution yourself
just rename :D
by felipe
Wed Jun 04, 2025 6:05 pm
Forum: Suggestions
Topic: SQL query - variable table result
Replies: 0
Views: 27186

SQL query - variable table result

a sql query instead of saving in CSV, save in variable table object
by felipe
Wed Jan 29, 2025 8:04 pm
Forum: General Discussion
Topic: attachment overwrite not working
Replies: 1
Views: 28487

attachment overwrite not working

attachment overwrite not working
error_mail.jpg
error_mail.jpg (109.59 KiB) Viewed 28487 times