How to check reference field value inside If CONDITION in flow designer

MH3
Tera Contributor

Hi all, 

How i can check reference field value inside if condition in flow designer. Please check the below screenshot attached

23051.png

I have this company field on service catalog which is reference field.

23052.png

I have to proceed flow only for particular company only so how I can check that company inside if condition.

4 REPLIES 4

Paul Mayer
Tera Contributor

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.

Karan Chhabra6
Mega Sage
Mega Sage

@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!

But will it be considered as best practice?

@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