Table column to variable (name of variable)

Hi all,

im using the “table column to variable” node to create a flow variable wich depends on the day of the week, so every day when i run the worflow the name of the variable changes:

image

Each day the name changes because its getting the name from the row of the previus table (row0_row3, but it can be row0_row1 etc…) and this its causing error on the next node:

image

because the “value settings” of the constant value column node its controlled by the variable that changes his name every day…

image

Please, anybody could told me the way that the name of the variable created by the “table column to variable” node mantains always the same?

thanks in advance!

Use a RowID node immediately before the Table Row to Variable node, and replace the RowID with a new Row ID, which will then always be Row0 or thereabouts for the first row in the table

Steve

6 Likes

Thanks a lot Steve!! you’ve saved my day :smiley:

This is how i configured it:

image

image

Thanks for answering so fast.
best regards

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.