How to fix it
- Navigate to
Process Automation > Flow Designerand open your flow. - Check the flow status in the top-right corner. If it shows
DraftorInactive, clickActivateto make it live. - Click on your trigger step to verify the trigger type. Ensure
Createdis used for new records andUpdatedfor modifications to existing records. - Verify the
Tablefield in the trigger matches exactly where your records are being created or updated. - Review the
Conditionsection in your trigger. Test each condition against actual record data by checking a sample record that should have triggered the flow. - Navigate to
System Logs > System Log > Alland filter bySource = Flow Designerto check for any execution errors. - If using scoped applications, check the flow's
Applicationfield matches the table's scope or set it toGlobalif appropriate. - Test the trigger by creating or updating a record that meets all conditions. Monitor
Process Automation > Flow Designer > Executionsfor new execution records. - For
Updatedtriggers, add a condition likeField changes toto prevent unnecessary executions and ensure the trigger only fires when specific fields change. - Check the
Run Asfield in flow properties. Set toSystem Userif permission issues are suspected, or specify a user with appropriate table access.
After making changes, always click 'Activate' again to publish your updates. The flow won't reflect changes until reactivated, even for minor condition adjustments.