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 258
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