Hi All,
I’m trying to create below scenario using UiPath Apps:
- Click StartProcess
- As soon as i click , a process runs in background and fetches data from application and stores in a datatable.
- The data then gets displayed in UiPath apps.
The catch here is some of the column data are displayed in a tabular format and some column data (where data is large) are displayed in Custom list .
After the process ran, when I click on “Button” to see the data, the table data gets removed.