You need to sign in to do that
Don't have an account?
Tyler Neal
Flow to Update Record, Create a Record if it doesn't exist already
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,
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,
My guess is that the criteria on the Store Does Not Exist option is incorrect. My assumption is that you are assigning the Id found in the Lookup step to a variable and then having the Decision step look to see whether the variable is null or not. If that is the case, then you will want to make sure to check the Assign null values to the variable(s) if no records found checkbox on the Lookup step. Hopefully this solves the issue. If not, would you mind sharing the criteria you are using?