I am performing the generate data table activity and I would like to store the column widths in a variable within a config file. I have been able to do this successfully using the variables table within the workflow but when it is stored in a config file it fails because it requires the variable type to be system int 32 rather than just simply int 32. Is it possible to read a system int 32 variable from a config file?
The value that should be in the column sizes is this: {6,16,5,6,65}. I populated in the config file as instructed but when I entered the statement you put above and there is a compiling error.