I’ve been reading a lot about the calendar view and the integration with Google Calendar…
I have an app with a few date fields where we schedule deadlines for certain tasks.
I’ve found out how to see these dates on the calendar view, but I would like to also get notifications when close to these deadlines.
Would the integration with google calendar take care of this?
I assume that “Deadline” in your example is the name of the Column right?
When I try your formula at the “If this is true” condition on the reports section, it doesn’t calculate columns. Am I putting the formula in the wrong place or am I doing the formula wrong?
Not it doesn’t find any column I try it gives me the same message of not being able to find it. It also says the “formula is not evaluated in the context of a row”, not sure if that is why…
I’m doing the expression at the condition “if this is true” part of the report…
@Arthur, thanks I will also try that but so fat I’m still struggling with the formula for the column as mentioned above… thanks!!
Can you make sure this column exists in the table you’re considering.
One way to do that, in that same pop-up where you entered your formula, go to the ‘Columns’ tab (underneath the formula). Make sure that your ‘Deposit Due Date’ is among the Examples (on the right).
If the column you’re looking for is there, click on the ‘Insert’ next to it and that will add it to your formula (while avoiding typos).
If it’s not there, that means that you might be setting up a workflow for a different table.
Thanks @Arthur_Rallu
What you just taught will change the way I write expressions forever it is a lot quicker than to go back on the app and look for the column names. But it still does not find the columns, and I tried inserting different ones.
Doesn’t it have anything to do with the “…column values are not available” message?
You cannot use direct column references in the expression here. That’s what the “This formula is not evaluated in the context of a row, so column values are not available” message means (n.b., @Arthur_Rallu).
Your report is probably currently configured to run against the entire table:
With ForEntireTable, there is no one row from which to pull column values: when your expression references a column, AppSheet doesn’t know which row in the table you want the value from.
With this setting, the report will be run separately for each row in the table, and the expression can then reference the columns of each row directly.
It works like a charm, and I learned a lot!
Will the reports work under the schedule on a paid plan before the app is deployed?
I have it for app notifications, not for emails. Any chances it will work off-line?
Now I want to try to make the “Deadlines” slice to show up in a Calendar View as well!
I will come back with any questions.
Will the reports work under the schedule on a paid plan before the app is deployed?
I don’t know, myself.
Cabelo:
I have it for app notifications, not for emails. Any chances it will work off-line?
All workflows are done by the server. Consequently, nothing done by a workflow can be initiated by an offline app, nor will a workflow have any effect on an app that is offline. Once the app returns online, it can interact with workflows.