NelsonE
Member
Hi,
I have an app that can send the following values to a webhook every time a user updates his weight:
- Initial Weight
- Actual Weight
What I want to do is to email the user to congratulate him, motivate him, according to the weight he lost between the last time he updated the weight and the actual one.
My idea is to use Google Sheets to receive 3 entries for every user: Email address, Date and Actual weight. This action is easy.
My difficulty is to use Pabbly to find the last record for that user inside Google Sheets and then send an email based on the weight he lost.
The second part of sending the email based on the weight I imagine I can do it with a Router inside Pabbly, once I get the weight the user lost. But I didn't even get to that part. I don't know how I can look up inside Google Sheet to get the last value for the user and then calculate the difference against the actual value.
Can anyone help me on this?
Thanks
I have an app that can send the following values to a webhook every time a user updates his weight:
- Initial Weight
- Actual Weight
What I want to do is to email the user to congratulate him, motivate him, according to the weight he lost between the last time he updated the weight and the actual one.
My idea is to use Google Sheets to receive 3 entries for every user: Email address, Date and Actual weight. This action is easy.
My difficulty is to use Pabbly to find the last record for that user inside Google Sheets and then send an email based on the weight he lost.
The second part of sending the email based on the weight I imagine I can do it with a Router inside Pabbly, once I get the weight the user lost. But I didn't even get to that part. I don't know how I can look up inside Google Sheet to get the last value for the user and then calculate the difference against the actual value.
Can anyone help me on this?
Thanks