This workflow is not fireing eventhough the g...

This workflow is not fireing eventhough the green check comes on for this formula in the โ€ฆIF THIS IS TRUEโ€ฆ Condition

AND([_THISROW_BEFORE].[Delivery Status]=โ€œIP-Deliveryโ€, [_THISROW_AFTER].[Delivery Status]=โ€œCompleteโ€)

Does anyone see something wrong with this?

0 10 481
10 REPLIES 10

This workflow will only fire if the โ€œDelivery Statusโ€ field value has changed from โ€œIP-Deliveryโ€ to โ€œCompleteโ€. Is that what you intend on doing?

@Deep_Foundations

yes.

Iโ€™m sure thatโ€™s how it is changing in that cell but still no workflow.

โ€˜IP-Deliveryโ€™ then it goes to โ€˜Completeโ€™

Iโ€™ll change it up and see if i can get it to work another way.

Thanks

@Shawn_Strahan1 how exactly are you making the change? Through a form, an action, backend? Are you sure the workflow is set for updates?

it is with an Appformula for that column that is getting the info from another sheet Here is the APPFORMULAโ€ฆthat populates [Delivery Status]

=If(AND(NOT(ISBLANK([Signature])),NOT(ISBLANK([Print Name])),NOT(ISBLANK([Working order?])),NOT(ISBLANK([KnowHow])), [SN Count eq Complete Count]), โ€œCompleteโ€,

โ€œIP-Deliveryโ€ )

Is this status column a normal column?

[Delivery Status] is a normal column with APP FORMULA along with all the other referenced columns except. [SN Count eq Complete Count] - this is a virtual column

but I can see it has the Complete in there before i SYNC so im not sure why it wont go.

are there common errors to look for that hold up work flow emails?

@Aleksi_Alkio

Iโ€™ve been struggling with the Email Body Template.

If there is a problem there would that keep it from firing?

If you have error in a template you would see that in Audit log.

When you check the audit log and the log that belongs to this workflow, is the icon green or blue? Green means the workflow is fired and blue means itโ€™s not.

Top Labels in this Space