Usually when we use count in microflow, on retrieved list from database it retrieves the count for number of entries for that entity. In my case, i have employee entity and mobile attribute. I need to validate in mf, that the mobile number if used for one employee shouldn’t be used for another. In MF, i retrieve list of employee. How do i retrieve list of mobile numbers too and add count related validations to throw error if mobile exists for other employee?
↧