This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have found a few other threads but none seemed to have an answer. I
see I’m not the only one experiencing this. Sidenote - it is frustrating
that you can’t test scheduled automations before you deploy, because now
I’m deployed and it’s not working....
I am doing an email template a scheduled event that runs daily. I want
to return a list of people who were added that day. It’s an absenteeism
app, for reference, and I want to include a list of people who called in
sick for a specific team. Using th...
I have an app where we log when someone does something and the # of
hours they did it for. I want to show how many times they did the thing
and the sum of the hours total for the calendar year, which I
accomplished by creating slices then adding them...
Hello! I saw Limiting Users to Their Own Data | AppSheet Help Center and
tried the suggestion of [EmailColumn] = USEREMAIL() in my show if
statement. I have a form, and I want users to see only the responses
they’ve submitted. I have two columns now ...
You’d think so, but nope! The team member info is correct and populates
just fine. The row I specified has a team member name of “DO NOT EDIT”
lol. The entire template works just fine when filter condition for the
first row. If populates all informat...
My original hack works, I will stick with that. The hack is to attach
the bot to the table, but set a filter condition to only look at one row
Even though it’s only looking at one row, it still populates everything
in my template for the day. And onl...
Update: nope. Cannot get it to work. And I’ve consulted with 2 appsheet
experts in my organization who also can’t figure this out. If I attach
it to a table, it sends one email for each row If I don’t attach it to a
table and use a start expression, ...
@Marc_Dillon I added <> at
the very beginning and < < End > > (without spaces) to the very end of
my template, I used ID because that’s my Key Column, but it didn’t
trigger. Is that the right code to return ALL results? I’m going to have
to come back...