Hi ,
I have an Automation Workflow something like this if request glow green, then copy row to another sheet ,lock row, change some cell value (requestername to xx)
that all works fine..
then i set some reference to Ready column...Now i have an another automation if Ready glow "star" then unlock rows ...
this automation is not working....
Request column formula...
=IF(OR([Requester Name]@row = "", Ready@row = 1), "Not Set", "Yes")