Trigger workflow on thing that was updated by another trigger

I have a type Message and setup trigger once message is created I create another thing of type Task.

I have another trigger that is attached on Task change, if the task is assigned to user I want to update status of user.

It seems like the first trigger is triggering and Task is created but second is not updating user status.

Is there a way to debug workflows triggered by data change?

@polinom100 if you are referring to the auto database triggers, they can’t be triggered by changes made to a data type by another auto trigger.

4 Likes

I figure that from logs. But thanks for confirming @eli, very appreciate it!

This topic was automatically closed after 70 days. New replies are no longer allowed.