I have a record with an active workflow, waiting t...
# suiteflow
w
I have a record with an active workflow, waiting to transition to a different state. The transition out of the current state only occurs when a workflow field is set and matches a given condition. The action to set the field occurs on afterSubmit, meaning if I went in to the record just now, changed any field and saved it, the transition would occur. I want this field to be updated daily (The idea being the field contains today’s date plus 60) so I’ve created a separate scheduled workflow to handle updating this field daily. I expected the first workflow to be triggered when this field was set by the second, since the action would be triggered on an AfterSubmit, but this did not happen. Can anyone confirm if this is the expected behaviour and if so if it’s possible to force the afterSubmit update through? Worse comes to worst i’ll just amend the scheduled script to perform a custom workflow action and force the afterSubmit through in that but wondered if this is configurable in the UI