In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?
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
Moira
2 days agoCarmelina
3 days agoRoxane
7 days ago