Hi guys
I have the string variable P01 that can be displayed in the first message box without issue but if I place that variable inside an array of strings and I try to use the message box again by pointing to it using the array with the correct index I get a blanc message despite Uipath giving me no error…
What can I do to utilize that variable inside an array of string ?
My array type is string[] meaning an array of strings
Many thanks