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.
Hi @Arvind_Kumar1 , I’m clicking on “Button” (below header)
Yes , a rule is there. On clicking on “Button” a new page opens and value assigned to it gets displayed
As Per shared image you are doing wrong. Please transfer the set value only from the selected Table/list. Do not set the value from data source direct. If you set from data source object like Process output or DS then this will return Null so you need to Set value from selected list object.