I am creating an auto email report for multiple reports with the same user. but while creating 4th record I am getting this error
Only 3 emailed reports are allowed per user.
Also, I checked the following comment in auto_email_report.py
[frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py]
check that there are only 3 enabled reports per user
Why there is such a validation?