Hi All,
I recorded a seqeunce of data clean up steps on a file using workflow builder. I would like to be able to just change the name of the file and carry out the same set of steps however, some of my setps have name of the data table I orignially used to built the work flow builder.
Is there a way I can update the names of the table to the latest table?
e.g
I have one of the steps as follow
Data Table("12_09") <<Select Where(!(Contains(PBI,:c000002))) << delete rows:
now when I open the data table my workflow wont excute because, the name of the table now is 13_09
I was trying maybe to create a variable that always gets the name of the table that opened and use it through out the steps carried on workflow builder.
Thanks in advance.