'Google Data Studio: how to send email based field's value change?

I would like to know whether it is possible to send an email out of Google Data Studio triggered if a particular field's value falls below a given limit.

Like this: I have a field ranking_place, containing numbers from 1 to 100. I create a parameter like lowest_allowed_ranking based on the field ranking_place with the value of 10. Yesterday the value of lowest_allowed_ranking was 9, today - 8, tomorrow - 11. So, I want to send tomorrow an alert email like lowest_allowed_ranking: undercut=1.

I know some solutions work out of Google Sheets, but I'm interested in whether this task could be accomplished with GDS.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source