Hi! I want to add a customer's facebook name and profile link to a sheet when they gain access (flow named GLIC in our account).
I'd like to: extract the values for keys "fprof" and "fname" from array meta data from a woocommerce webhook response.
Ideally, find the row with the email address with the email address if it already exists in the google sheets doc and update it with some dates, and also the fprof and fname values all in the same row. I've figured out how to do so for one value, with adding a new row, but can't figure how to input both by finding and updating the row.
So I need
- ideally find a trigger that I can trigger from a one button press on Woocommerce, without triggering an email or disturbance to the customer. Like a customer trigger or state if possible. I think an order update works fine, but I don't want it to be triggered when an order is later changed from processing to completed, when we dispatch a package and then update the spreadsheet with false dates.
- a way to find and update the row (or add a new one, if it doesn't exist)
- find and process only the relevant metadata objects.
You can see the work I've been trying so far in the current flow.
Can you help me?
I'd like to: extract the values for keys "fprof" and "fname" from array meta data from a woocommerce webhook response.
Ideally, find the row with the email address with the email address if it already exists in the google sheets doc and update it with some dates, and also the fprof and fname values all in the same row. I've figured out how to do so for one value, with adding a new row, but can't figure how to input both by finding and updating the row.
So I need
- ideally find a trigger that I can trigger from a one button press on Woocommerce, without triggering an email or disturbance to the customer. Like a customer trigger or state if possible. I think an order update works fine, but I don't want it to be triggered when an order is later changed from processing to completed, when we dispatch a package and then update the spreadsheet with false dates.
- a way to find and update the row (or add a new one, if it doesn't exist)
- find and process only the relevant metadata objects.
You can see the work I've been trying so far in the current flow.
Can you help me?