Hello, on my application I created a label which retrieves the time according to the date by connecting to a Sharepoint list. However, I would like that in front of the time there is text saying "Unloading time:" .
But I don't know how to add text in front of a formula. I tried:
Text("Unloading time:") && Concat(Distinct(ThisItem.Items; Unloading_Time); Result)
But it didn't work 😞 Can you help me please? Thanks in advance!
