While I try and work out why that is happening with the flow error, I want to rebuild the PB with a workflow, so that the date field is being populated and I don't have gaps of data to fill in later. Is this sort of formula possible in a workflow?
I tried this:
AND(
ISCHANGED(RecordTypeId),
(LastModifiedById = "0054J000002FW8eQAG"),
OR(
CreatedBy.Username = "APIUser"))
But get Error: Function ISCHANGED may not be used in this type of formula
What can I change to get this to work?
Many thanks
3 réponses
Hi Sara,
You need to select "created, and every time it's edited" under the "Evaluation Criteria" when using ISCHANGED