Hello all,
I cannot select some specific new created data table in a variable(variable type is data table).
I have some old-created data table (lets call A), and create some new data table with new structure call B. I can set the default value of the dt variable be A, but cannot be B.
I tried using different structure(int, bool only) or create new whole structure and datatable, its still cannot select the new dt, but the old one can. Many thanks if you can help me!