I have a very small update record detail Flow that when a Contact is created, the email address is copied into another email field on the same record that checks for unique values. I'm looking for a pop-up message to appear when the Flow attempts that and fails because the email is not unique. Any ideas?
3 answers
Record-triggered flows by themselves cannot display any popup messages. However, a fast field update flow can work in conjunction with a validation rule (or possible a duplicate rule) to create the effect you want. Try creating a duplicate rule on the secondary email field, and make sure your flow runs before the record is created and not after.