readexcelsheetpaging( excelDocument:cons!BOOK_4, pagingInfo:a!pagingInfo(1,-1), sheetNumber:0, numberOfColumns:4 )
Discussion posts and replies are publicly visible
Try giving like
pagingInfo:a!pagingInfo(1,50)
https://community.appian.com/b/appmarket/posts/excel-toolsThis discussion says its not supporting -1.
hi avinash,
readexcelsheetpaging paging info behaves differently try to use a!pagingInfo(1,10), because a!pagingInfo(1,-1) returns 0 data.
i have resolved the issue but here in my code the problem is not with a!pagingInfo(1,-1) since my excel sheet contains only 6 rows and also i have tried with a!paginginfo(1,6) and got error but i have found that this plugin is only accepting parameters in same order as they defined even using keyword syntax