when user upload any kind of excel sheet then interface will extract data and show the user the data.
I have created a Expression rule
readexcelsheetpaging(excelDocument : todocument(ri!ExtratExcel), sheetNumber : 0,pagingInfo:a!pagingInfo(startIndex:1,batchSize:1000),)
but don't know how to add it in script task and make process model out from this.
Discussion posts and replies are publicly visible
Hi, instead of fetching the data in the process model and passing it to the interface use the rule directly in the interface.