Hello guys, I found out that my actions are not executing as they should.
I have a custom action set to go on after user submits a form. Here is the screenshot of stream of actions.
However, once user submits the form, the only action that takes place is the first one (add a row to task table). However, no email is being send or notification showed. It used to work a week ago when I first set it up.
This time it won’t even add a row. Looks like the action is stopping on this email element.
Thanks to this finding I checked the “send email” action and found out there probably was a problem with subject. Sometimes it sourced subject from an empty row and since you cannot send an email without subject from glide, it did not send an email and the set of actions was broken.