Hello, how do i create a formula to select records that have a specific value in a linked field. Note: The linked field allows multiple linked records.
My guess is that it is something like:
IF field has value in array.
I am attempting to create a formula that finds the latest lastModified Date from a group of records. The group is a single select column.
= greatest lastModified date of “group1”
Thanks