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
Aleta
10 months agoHerminia
10 months agoStarr
10 months agoSharika
10 months agoNelida
10 months agoRickie
11 months agoJudy
11 months agoGerman
11 months agoMarshall
11 months agoLorita
11 months agoLeatha
11 months agoMargurite
11 months agoKeneth
11 months agoOna
11 months agoSharen
11 months agoMarsha
12 months agoAlbert
12 months agoAliza
2 years agoGeorgene
2 years agoLuther
2 years agoWayne
2 years agoAliza
2 years agoClare
2 years ago