I am new, trying to test a scenerio but cant find how to make this happen:
Goal: when a payment is made in xero, append a row to the proper google sheet with payment info for user
Challenge: within the google sheet, there is one customer per sheet, so I need a way to choose the proper sheet name based on the account name from within xero. There are a small number of accounts, hence why one sheet per customer in google sheets.
One idea was to use a filter and multiple google sheet output modules, one per client. That is actually workable, but means that I would need to modify the scenerio every time a client is added (and a new sheet created). Is there a more automated way to do this?