Search found 22 matches

by DK.Ideagen
Wed Mar 16, 2022 11:38 am
Forum: General Discussion
Topic: Import local variables into python / JS
Replies: 1
Views: 927

Import local variables into python / JS

How does one work with local variables in an internal python/js script.

In my own tests it leads to a syntax error.

One workaround was passing them as a prefix e.g.

rt.start_task("PREFIXVAR", "PREFIX="+str(row))

How would you do it?
by DK.Ideagen
Thu Mar 10, 2022 10:58 am
Forum: General Discussion
Topic: Excel to XML global variable import
Replies: 6
Views: 2487

Excel to XML global variable import

I am trying to convert an excel spreadsheet into a suitable Variables XML file.

I have exported an example from robotask and used that as a XML map (image attached)

I have added a name field and ID for the folder level but still can't export.

Can someone please provide a template if possible.

ty