Hello team,
I’ve built a workflow to import data to a table in a mysql data base, this table has a incremental primary key, because of that I’ve included he count genarator node in order to generate the key data, but I’ve bring the initial number from the existing data in the same table by a select and included it at a variable (table row to variable), but the node count generator is not able to read this variable for any reason. Could you guys help me?
Importando txt.knwf (765.4 KB)
Portuguese:
Olá Pessoal,
Construi um fluxo para importar dados em uma tabela no Mysql, esta tabela tem uma chave primaria incremental, por conta disto eu inclui o node count generator para gerar esta chave sequencial, como número inicial defini o número final desta mesma tabela e guardei numa varável pelo node table Row to variable, porém por alguma razão o node count generator não está lendo está varável. podem me ajudar?