How to check reference field value inside If CONDITION in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 03:39 AM
Hi all,
How i can check reference field value inside if condition in flow designer. Please check the below screenshot attached
I have this company field on service catalog which is reference field.
I have to proceed flow only for particular company only so how I can check that company inside if condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 03:52 AM
Hi, wouldn't a 'Look Up Records' action work? Where you define the records you need to proceed and use the data pill in the If condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 03:56 AM
@MH3 - you can use the sysID of the company record to compare the variable's value
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 04:04 AM
But will it be considered as best practice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 04:25 AM
@MH3 - you can store it in a system property and then create an action which would return the sysID form that system property and use it in the filter condition