Hi All.
I have a Gallery where leave requests are submitted via MS form landing in a MS SharePoint List. Within this gallery I have a label displaying the date of the first day of the request so I know when I have to action the request by.
When the request arrives, by default its status is set to 'New', this displays the label 'Action Before dd/mm/yy' however when I set the status to 'Requires Approval', this label disappears.
I need this label to display when the status is either 'New' or 'Requires Approval'
Currently this is the code I'm using on the 'Visible' tab
If(ThisItem.Status.Value="New", true,false)
Many thanks