In a C# test script I have created a variable to create an Employer Name based on the word “Automation” + the date and time at the point of creation, that way the name is always unique when running the tests i.e.
_EmployerTestName = “Automation” + dateTime;
How do I do this in UiPath Studio to create an Employer Name based on the time it was created that I can then use in my tests?
Well I think it’s the double quotes and direction of that quotes
I would recommend to type in again the same
Sometimes copy paste might change the direction of double quotes