Using Google Sheet to provide account balance

(Robin Carlos Bernal) #1

Hi, I just have a silly question. I want to use Google Sheet to provide lets say a SOA or Statement of Accounts I’ve tried everything in the tutorial but it doesn’t work with me.

User Input: ID Number

Bot Output Should be the Account Balance available on google sheet.

Thanks please help me out. :slight_smile:

(miracleclouxz@gmail.com) #2

Hello,
Try this is your flow

  • Use the ask question action to collect userID
  • Search row function to check if the userid entered have a match
  • Get the row and display the account balance column

I hope this helps

(Robin Carlos Bernal) #3

Thanks, I already discovered this as well hehehe.