• Tyler Neal
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
I have a Flow that captures a full name in a single field (it later splits this up by First/Last when it needs to create a Contact), the issue I'm running into is some users are not entering last names, causing the flow to crash.

Is there an easy way to validate that a first and last name was entered?
Hey guys,

I'm looking to have a flow that can update a record based on it's name, if that record doesn't already exist, it should create it.

This is what I have so far at a high level, it updates records but won't create new ones.

http://cl.ly/image/3R0I3c2d1e2L

Thanks,