Hi!
I’m creating a bot that looks up data in a google sheets based on the user responses. I want to cross reference a particular cell based on values I’m storing in attributes - let’s call them ‘rowval’ and ‘colval’.
I can dynamically select the row using this attribute, but once I GET the ROW I have no way of using the ‘colval’ value to point to the correct cell in that row.
Is there a way to use attributes to point to specific google sheets cells in the way I want to?
Thanks!