Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Automation Troubleshooting - Bad Expression for Filter?

I am trying to create an automation to push a message to Google Chat when a patient is flagged for CCM (chronic care management).

I have performed similar tasks in the recent past but am not sure why this one seems to not be firing off.

My criteria for the event: If the patient was not previously flagged for CCM but that flag has been enabled (the column is [Nonmedical Flags] and is an enum list, currently set to Quick Edit on the view in question), trigger a webhook to facilitate the chat menu.

My condition looks like this:

 

AND(
NOT(IN("CCM",[_THISROW_BEFORE].[NonMedical Flags]))
,
IN("CCM",[_THISROW_AFTER].[NonMedical Flags])
)

Screenshot 2022-06-27 11.12.41.png

this looks correct to me, but when i check the Monitor, i don't see the automation being triggered at all.
what am i missing here?

Solved Solved
0 6 236
1 ACCEPTED SOLUTION

Figured it out.... I failed to terminate my JSON string properly 😂

And my dang dyslexia caused me to not see the events in monitoring. Well, i saw it today...

View solution in original post

6 REPLIES 6
Top Labels in this Space