Hi
Newbie user, need help with this expression:
if(empty(item()?['InvoiceRecipient.DisplayName'],' ',item()?['InvoiceRecipient.DisplayName']))
Have a SharePoint list with a column InvoiceRecipient.DisplayName
Need an expression to display a blank if that row in that column is empty and return the value if not empty. But it's either giving me an error or showing a blank even when there is a value. Anything wrong with expression?