Flow Designer>>Look Up Record>>Flow stops in error if no record found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 04:58 AM
Use case: I want to check if a certain record exists
- If yes, update another record by inserting the look up record to a reference field
- If does not exist, do something else
Problem: When using "Look Up Record" function, if there is no record found the whole flow stops with error:
Question: What is this error? I only noticed it happens if no records found. Is this by design and if yes, how should you manage a situation to check if something exists and continue if doesn't? Look Up Record(s) is not usable because you can't use it as a data pill to populate a single reference field.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 10:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 05:35 AM
Where do you get "Count" from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 05:40 AM
Ok I see, I was doing just look up record, instead of look up records so there was no count. If you only want to look up a single record it doesn't seem like you can tell if you got it or not.