Hi - been banging my head on this, and despite checking with support and our CSM, not getting any luck. Hopefully some of you may be able to help.
I have a checklist for deciding when a project is ready to be handed over to another group. When Part A is completed, I would like an alert to be sent to the Accountable Email column to proceed with Part B.
I have created 4 columns which will be hidden to help with the Automation.
Helper A - checkbox / Helper B - checkbox / Notify - checkbox / Trigger - Dropdown.
The Trigger dropdown is driven by simple formula (and it works).
Part A - Unlocked formula
=IF(Finalised@row = 1, "Part A - Unlocked", "Part A - Locked")
Part A - Notify formula
=IF(AND(Finalised@row = 1, [Yes | N/A]@row = "Yes", Trigger19 = "Part A - Unlocked"), "Part A - Notify", "Part A - Dont Notify")
There are two workflows for this sheet (same workflows for Part A and Part B).
When checkboxes in Finalised column are not all checked, the row with Part A - Unlocked trigger, will be locked under Lock Rows workflow.
When trigger changes to Part A - Notify, I would like to execute an alert notification. This is currently not working by automation and only work upon executing Run Now.
Notes
- Workflow setting is on Unrestricted
- Workflow works when click on Run Now
- Notify rows are checked so it will send an alert to those being updated in the Accountable Email column with {{Details}}.
Any ideas/suggestions?