Audit Log Details

tvinci
New Member

Hello AppSheet Community

I am receiving an error in my audit log, and here are the audit log details. What did I do wrong? Thanks!

-Tiffany
Properties:

{
“AppTemplateVersion”: “1.000006”,
“RuleName”: “Stops Added to Route”,
“EventType”: “Change”,
“InvokedBy”: “Add”,
“ServerName”: “INSTANCE-US-EAS”,
“ServerRegion”: “us-east4-gcp-prod”,
“IgnoreSecurityFilters”: false,
“TableName”: “Clipboard”,
“RuleTableName”: “Clipboard”,
“OperationUpdateMode”: “ADDS_ONLY”,
“EventMatch”: “Workflow event successfully matched”,
“Condition”: “”,
“MatchesCondition”: “True”,
“ActionNotPerformed”: “1 errors present.”,
“ActionResults”: “Created 1 ActionResults”,
“Action Type”: “Notification”,
“Action Name”: “Stops Added to Route”,
“Errors”: “Error: No Notification was created because ‘To’ is missing or invalid.”,
“Warnings”: “Warning: The client device is running app version 1.000006, which is the latest version. That version is not deployed so the workflow notification is being sent to the app creator. This notification would have gone To ‘’”,
“To”: “tvinci@nbvl.cc”,
“Body”: “Clipboard35-Working Version: Add ‘60690f00’ by tvinci@nbvl.cc at 8/17/2020 9:29:23 AM.”,
“NotificationAction”: “AppTemplateId: 92bcab87-9aae-4876-82ed-b5c9a196df8b, HashState: #control=Dispatcher%20Home, Name: DEEP_LINK, IsNotification: True”,
“Icon”: “”,
“Title”: “Stops Added to Route by ‘tvinci@nbvl.cc’ at 8/17/2020 9:29:23 AM”,
“AppTemplateName”: “92bcab87-9aae-4876-82ed-b5c9a196df8b”,
“Operation”: “Workflow action”,
“Result”: “Failure”
}

0 5 256
5 REPLIES 5

Steve
Platinum 4
Platinum 4

Seems pretty clear:

I read that and deployed the app and it didn’t make a difference I also do not receive any notifications although I am the app creator.

Steve
Platinum 4
Platinum 4

How did you fix this?

I did not change the notification scheme for the Stops Added to Route workflow because that same notification scheme has always worked for previous versions of the app. Here is the expression it uses:

lookup(
lookup(
lookup([_THISROW],
“clipboard”,
“Key”,
“Customer”),
“routes”,
“key”,
“Driver”
),
“UsersV1”,
“Name”,
“ID”)

Given the error, it appears it no longer works.

Top Labels in this Space