How To Retrive ENUM values

0
Hi, I am trying to retrieve multiple enum values but am unable to get enum values.   Here in the above getting 1 enum value how to get the remaining enum values 
asked
2 answers
1

Hi Raja,

you can directly retrieve records from database using multipe enum’s as Mohamedbeemubeen explained

or

you can also use ‘Filter by Expression’ to get the data using multiple enum’s as shown below

 

answered
2

Hi Raja Kancharla,

You can use the enum value as shown below for constraint patientDetails from DB in retrieve activity directly. Hope this helps!

 

answered