Tasker variable assignments
I take data from several databases using javascript, and put it all into a text field - "theText" - so I can activate Tasker on new record creation, get the value of %thetext, and do things with it.
There is no other reason to have the field "theText" except to send the data to Tasker. This makes my database bigger than it needs to be.
I would like to be able to preface variables in javascript with Tasker. (tasker dot), like Tasker.theText = "xyz", OR perhaps have a reserved array, Tasker[], so that I can reference the data in Tasker (like %tasker1, %tasker2, etc) without having to artificially bloat my database.
Thanks!
