Hi
I want to add new line sting which are displaying on label in power app.
In below code I am using char(10) but it is not working.
Concatenate("Hello ",lbl_approvervalidationlogic.Text, ", " ,Char(10) , "You have been selected as an approver")
Please note , using this code to assign value in variable and label in canvas app.
Regards,
Lalit Kadam