Kindly help me. I have a query. I have a requirement to show the different files on the form panel. But my question is, i can do that in .net but can we implement that design i mean winforms in UiPath?
Only “show the different files”? it’s simple)
1.write WinFormApp and compile to .exe
2. write data for show to xml/json/txt file (use your robot for this task)
3. invoke .exe using robot and read your data file and show )