hi there! if i am running a scheduled workflow, ho...
# suiteflow
n
hi there! if i am running a scheduled workflow, how can i incorporate an "after field edit" action? i have a one state workflow by the way
a
I don’t believe this will work. I’m pretty sure scheduled workflows only work with server side triggers and since the record never enters the client you can’t trigger client side action like before edit or after edit. Stick to Entry, Exit and possibly After record submit for scheduled workflows whenever possible
n
that makes sense, thank you for confirming!