I have a UiPath App dashboard which gets pouplated as per user’s filtered data. The challenege I am facing is while exporting this Data to excel. If data is less (below 10000 characters), it gets exporetd easily with the help of RPA process but when it is gretaer, it throws below error. Does anyone has a solution to this?
The InputArguments field in UiPath Apps is limited to 10,000 characters, and passing more than that results in errors
if we have more than 10000 character then instead displaying data provide link or button to download the data from storage bucket
DataTable is supposed to be passed from UiPath App to Excel (updated by RPA process). thi sis not happening due to 10000 character limit. How do I pass Datatable directly to Storage bucket?
@tilarapiyush Its happening because of large amount of data. Instead passing data, Fetch data in your process again, filter it the same way like you did it in apps - you can provide filter values to process itself