I built a data table to store value which are stored in constant. then add the data table variable to slide. after initial run, the slide just show the variable name instead of the value of the variable. do you have any solution?
below is global constant defined in data manager.
after run, the slide shows variable name.
I think BuildDataTable doesn’t support variable/constant as content.
So, can you try to create blank dataable using BuildDataTable first, then add datarow including necessary content using AddDataRow activity as the following.