Hello,
Newbie here.
Flow: I want my column selection based using data from sql server.
I'm passing 3 fields from sql server as column name, those will be fetched from larger spreadsheet.
once i have the columns those need to pass into Macro for further processing.
Flow:
Speadsheet has say 9 columns
sql server pass 3 columns
select A, B and C from spreadsheet. - complete (used Transpose function)
Pass these to Maco which accepts 3 input. (Issue here)
i have to assign macro inut with column names, but how to handle once my sql server pass other columns like d,e,f insread of a,b,c
Question: how do i dynamically select columns from spreadsheet depending upon values passed from sql server and pass those to marco.