I believe I need what "Get a Row" for Excel has but I want it in "Get a Row" for Google Sheets.
I have a table of clients in a google sheet. It has ClientID, ClientEmail and lots of other columns.
In my flow I have ClientID from elsewhere. I just want to look up the ClientEmail.
"Get a Row" for google sheets has: File, Worksheet, and Row id. It seems that the Row id is the actual row number of the sheet. Yet the "Get a Row" step for Excel has the ability to give it a Key Column and Key Value. Why doesn't the Google Sheets "Get a Row" have those?
How else can I get fields (columns) from a google sheet? If the answer is to pull the whole table in with "Get Rows", please point me to some instructions on how to do that in a way where I can access my ClientEmail using my ClientID.
Thanks very much.