Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The data in the app is reduced using Section Access so that only the user sees their data.
I have an HTML email that is sent out to a group and an email is sent out to each user and only shows their data in the table.
The table includes metrics from 4 charts. If all 4 charts have no data, the table shows 0's, then the user should not receive the report.
If the user does not have any data in their report, we do not want an email sent out to the user.
I have tried using Conditions using the 4 charts and no values, however when the task is executed all users do not receive email or they all still continue to receive email.
It is as if the condition is checked before the email sent.
Any ideas on how to get this to work correctly?
Try placing your condition on the report rather than the Publish Task (assuming that the latter is where you placed the condition)
Try placing your condition on the report rather than the Publish Task (assuming that the latter is where you placed the condition)
Hi
Yes I was placing the condition on Publish Task. When adding to the report it WORKS
Thank you
No worries @CB308