Hi there, this question is more for fellow UiPath experts who are familliar with ReFramework and real-world projects, if there are any watching by any chance, and interested to share your best practices thoughts.
When we want to do validations on our input files to make sure that all the headers and values are checked and validated before proceeding on with the transactional process…. is it a better practice to do such validation activities within the “Initialization” block or the “Get Transaction Data” block?
Just wondering what’s the best practice in terms of design philosophy since initialization usually is just focused on checking app and settings based on standard ReFramework… and wondering whether it should extend to including the validations of read data files.