Visual Workflow – Set Entry Criteria for After Update Record Triggered Flow with Async Path

visual-workflow

We want to create an Asynchronous path on our Account – After Update Record Triggered Flow. In order to do so, we must specify entry criteria identifying what changed before the system will enter into that Flow. If not, this error will occur when saving the Flow:

enter image description here

We are using Record Trigger after update Flows as a dispatcher to call other subflows. However, we'd prefer to use something like LastModifiedDate or SystemModstamp so that any/all record updates enter this Record Trigger Flow, including the Asynchronous Path. We have found that using LastModifiedDate and SystemModstamp in the Start entry criteria do not result in the Flow firing. Perhaps these fields are not updated yet when the system evaluates them to enter the Flow. So, does anything have any suggestions on how we can cause the system to enter the Flow to enter on any/all record updates?

Thank you.

Best Answer

This works for me once the Account was created, every change thereafter to the Account caused a Chatter message

enter image description here

entry conditions Last Modified Date Is Changed TRUE enter image description here

Related Topic