[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
Search found 31 matches
- Fri Oct 10, 2025 8:24 pm
- Forum: General Discussion
- Topic: JavaScript - assign result of fn to variable robotakst
- Replies: 5
- Views: 55679
- Thu Oct 09, 2025 8:32 pm
- Forum: General Discussion
- Topic: JavaScript - assign result of fn to variable robotakst
- Replies: 5
- Views: 55679
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 ...
- Mon Sep 22, 2025 9:47 pm
- Forum: General Discussion
- Topic: Comma-Text- Conversion
- Replies: 1
- Views: 13740
Comma-Text- Conversion
Multiine Text ====> Comma-separated string
when parameterizing as a custom symbol, it is not working
when parameterizing as a custom symbol, it is not working
- Tue Aug 26, 2025 1:25 am
- Forum: General Discussion
- Topic: library disappeared in version 10.5
- Replies: 1
- Views: 14170
library disappeared in version 10.5
some libraries disappeared in the new version or do not load
csv data
database
cmd lines
webscocket
database
cmd lines
webscocket
- Thu Jul 31, 2025 6:34 pm
- Forum: General Discussion
- Topic: Sample with Google Voice
- Replies: 1
- Views: 13911
Re: Sample with Google Voice
Robotask doesn’t support browser automation.
However, you can achieve what you need using Python libraries like Selenium
However, you can achieve what you need using Python libraries like Selenium
- Tue Jul 29, 2025 9:57 pm
- Forum: General Discussion
- Topic: Looking for Tips & Inspiration!
- Replies: 1
- Views: 12573
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
- Thu Jul 17, 2025 8:28 pm
- Forum: Suggestions
- Topic: Log Message type designation
- Replies: 2
- Views: 18099
Re: Log Message type designation
You posted the solution yourself
just rename
just rename
- Wed Jun 04, 2025 6:05 pm
- Forum: Suggestions
- Topic: SQL query - variable table result
- Replies: 0
- Views: 30713
SQL query - variable table result
a sql query instead of saving in CSV, save in variable table object
- Wed Jan 29, 2025 8:04 pm
- Forum: General Discussion
- Topic: attachment overwrite not working
- Replies: 1
- Views: 29964
attachment overwrite not working
attachment overwrite not working
- Thu Jan 16, 2025 5:51 pm
- Forum: Suggestions
- Topic: Check who has file open
- Replies: 3
- Views: 90555
Re: Check who has file open
When feeding data into a spreadsheet, I take a different approach. First, I create a data source, which can be a TXT, CSV, or even an Excel file. The target spreadsheet retrieves the data using Power Query, making the process efficient and streamlined.