Hi there 😀
I have a list of invitations, that contains a LookUp column for contacts.
I need to get the 'Full Name' column of the related contacts, to filter the list of invitations.
Here is my old formula, I sorted my results using a column containing the 'Full Name', automatically extracted from the Contacts. The company I work with deleted this extracted column named "rcr_name".
When I put Contact.'Full Name' to replace "rcr_name", it doesn't work.
SortByColumns(
Filter(
'Days Attendance';
StartWith(Contact.'First Name') ¦¦ StartWith(Contact.'Last Name');
);
"rcr_name";
If(SortDescending1;Descending;Ascending)
)
Do you have an idea how to sort by Contact.'Full Name' please ?
Thanks in advance 😉 😁
Have a good day !