Automatically check a box when Supervisor Approval is changed to Approved

I have a Approval workflow that I created to send to supervisors for approval based on a date. Once the Supervisor Approved field changes to Approved, I want it to check a box called Registration. Here is the 2nd workflow. It does not seem to be working. Any ideas?



Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You could just use a formula for this.

    =IF([Supervisor Approval]@row = "Approved", 1)

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

  • Becky Wilson
    Becky Wilson ✭✭✭✭✭

    Thanks Paul. I used the formula and then found the issue with my original solution. When I looked at the column properties for the Check Box column, it had a check in the Do not accept other values selected. I unselected that and problem solved.


    Thanks for your response. I did go down that path as well, but had the same results until I unselected the the column parameter above.