Thanks, so it looks like you want the type of the oldest task to show up in the Contacts table?
Since this is already happening for date (Due column) and name (To-Do Items column), you can see that it needs a formula to pick the correct value. For date:
And then we’ll need to change the column type to Choice and add in the choices (you can do this by copying and pasting from the Interactions.Type column). I’ve done this in your shared doc.
Sorry for that, in fact, i would like to see next actions to do (phone, To-do, Email, In-Person) in Type column and next programmed dates in Due column.
Hmm, the template you’re using is assuming “actions to do” would have the “To-Do” type, this is why there’s an additional filter on the above formulas: Type="To-Do"
The other types are meant to log interactions to keep a history. Of course you can organize things however you think works best.
If you get rid of the filter in each formula (as I have done in your shared document), it will show the earliest interaction of any time. Is that what you needed?