Hi,
I'm trying to set up a loop of destinations for a TaskExecuter that reads from a table called "Destinos".
The idea is that the operator travels to dest1, waits, then dest2, etc.
My idea was to feed the destinations through a Table and use the : Object Name By Global Lookup Table option.
Unfortunately it is not working for me. If I write in the destination NN1 (node name) it works fine, but if it reads it from the table, it gives me an error.
I've tried to write in the destination the command: gettablestr("Destinos", 1, 1) and I get an error to. However if I write this in the script window I get NN1 as output. ¿What I am missing?
Thanks!