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