I’ve been playing with flowxo to address a need I have with a bot I’m building on chatfuel, to give out vouchers to users.
Because of my Point of Sale software I can only get a list of predefined single use vouchers.
I’m using Google Sheets.
I was hoping to have 2 columns, fB_id, and voucher code, and to put in all the vouchers code before the promotion. flowxo could then look up and see if a fb user has already received a code and send it to them, or add them to the spreadsheet - BUT the Add a Row function ads a whole row below all my rows with vouchers, and I can’t see how to add the new fB_id to the first first row that has a blank first cell.
Any ideas?