Is there a way to choose what part of an excel file you want to use via a list or drop down?

Hi @trollsong

Based on this link you can read the excel by using Gsuite Application Scope Activity
and use select item and pass the value as row(“Column name”).ToString

Thanks
Ashwin s