Delete Attached Chat

I’ve attached a chat log to a projects log. When we approve the project we delete the project log data but I can’t figure out how to also trigger deleting the chat log data attached to that project. Any advice would be appreciated!

If you have a relation linking the project to the rows in the chat table, then you should be able to set up your delete button with a custom action. The first action will delete all chat rows through the relation, then have a Wait For action to wait until all chat rows are deleted, then finish it off with a third action that deletes the project row.

2 Likes