Hello
I'm trying to use the "Write variables to simple table" function. This one writes the variables in the table, unfortunately it shifts all the values of a column and not the headers (see specificationExemple.png). I don't understand why. To test I reproduced the example of the help ( https://docs.driveworkspro.com/Topic/SppTaskWriteVariablesToTable ) but I get a staggered table. Could you please help me.
Thank you, sorry for the inconvenience.
Sincerely,
exemple.png
Fun indeed!
I don't know what this macro can be used for (I've never used it in a little more than 2 years)
For its operation I would say that it is rather simple (which would explain the discrepancy)
In the first line the macro notes the prefixes (and not the "headers")
For the other lines,
First column: the identifiers found
Second Column: The result of a typical concatenation:
"DWVariable" & "Mon_Prefix" & "Identifier found"
Don't hesitate to report the thing to DriveWorks support, they may have an explanation for the phenomenon!!
I did open a ticket. In the end it is easier to go through a calculation table where you can directly enter the variables and the developers will correct the error in the next versions
Thank you for the answer