Rohan Churi wrote:
Thankyou for replying Benjith,
How do I pass the selected worksheet to my ExcelToRecordList? It just accepts Binary data type.
Hi Rohan,
You can use the Worksheet_GetName Server action, available in the same Advanced_Excel extension. The server action requires Worksheet (Object type) input parameter and it returns the WorksheetName (Text type) which you can further refer in the ExcelToRecordList Sheet Name field.

PS: Mentioned action flow implementation will be similar to as shown below

Hope this helps you!
Kind Regards,
Benjith Sam