A variable should be created and used for storing one or multiple IDs. The collection of IDs can be updated during the execution of the robot by adding elements. Which should be the data type of this variable, taking into account that each of the IDs has the following format: XX-XX-XX (where X is a digit)?
For storing one or multiple IDs with the format XX-XX-XX (where X is a digit) and allowing for updates during execution, the appropriate data type is List<String>. This is because you need a collection that can dynamically expand as more IDs are added, and the IDs are in a string format due to the inclusion of the hyphen characters. Reference:
UiPath Studio Guide: The Main Data Types in Studio
Elli
1 months agoEdwin
1 months agoDottie
1 months agoJesusa
9 days agoSalome
15 days agoYolande
23 days agoArdella
1 months agoShenika
1 months agoSamira
2 months agoCelestina
19 days agoUla
22 days agoCaren
28 days agoAdrianna
1 months agoBernadine
2 months agoAlpha
15 days agoTrina
16 days agoCletus
17 days agoAja
20 days agoCarman
2 months agoCasie
2 months agoDorthy
2 months ago