
Announcements
As far as I know I used the Sort function any ways to resolve the following error?
Here was my code:
LookUp() function gives you a record.
You may want to use something like below, after changing for your column names
First(
SortByColumns(
Filter(
'INVITE Project Summary Dev',
'Project Name'.Id=ThisItem.ID
),
"Created",
SortOrder.Descending
)
)
.'Progress Summary'
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.