Skip to main content

I have one user to whom I don't want to show 18+ age record and I am counting the no of child records for a parent object using flows. how to restrict the 18+ age record to get exact count for this user ?

1 个回答
  1. 2024年4月18日 06:43

    Hi Aryan,

     

    You may add an additional filter condition while fetching child records and put criteria as Child Record. Age <= 18.

0/9000