I’m trying to send PayPal subscription payment info to a Google Spreadsheet. When the PayPal Webhook module receives the data, it includes “product_name: Premium Trade Ideas”. However, in the Google Spreadsheet module, “product_name” is not a variable I can call. Any idea why or how to fix this?
This issue is the product name is the only way I can categorize my purchases to trigger different events.
Here is the PayPal output bundle. Note it has product_name: Premium Trading Trial. This is the variable that isn’t listed in the second image - the list of callable variables for Google Sheets.
Hover your mouse over that missing variable of output bundle to get its internal name. Then copy the already assigned variable to a text pad and replace its name with the former name. You can paste it back and see it working.