This morning my action stopped working. I have an action on an inline list with a condition that opens a form when FALSE, else Notification. It is not opening the form when FALSE, however when TRUE the notification works. Not sure why this stopped working. Any ideas?
@Errcomp would it have anything to do with the timing of the google outage around the world today? Have you tried again recently? I had issues earlier but cleared now.
Oh wow, I just read about the outage. Thanks for letting me know! I just tried it again, and itās still not working
@Errcomp Hi have you checked that the underlying data is showing āFALSEā? I have noticed in the past that it can be case sensitive and therefore it might be āFalseā or āfalseā or āFALSEā maybe worth checking?
Good point. I tried that out, but it didnāt fix it. In fact, it looks like it is properly matching when using āFALSEā because it doesnāt show the else condition (showing a notification). The problem is nothing happens when I click on it, when a form should come up.
@Errcomp ok, you mentioned that itās āstopped workingā try deleting and re creating or have you done that?
The value is in fact āFALSEā and not empty? Checking for Not True is usually a little safer than checking for False.
Are you still able to go in and edit the Form?
Actually erasing it and remaking it worked! Thanks for all the help
@Errcomp pleased it worked for you.