I have an app which contains two screen: one is a form based on sharepoint list, second one should be the screen with data from the form designed for printing.
I want to paste data from the form to text label in another screen. How can I do that ?
Hi @Karolina776,
Do you want to transfer data from the Form to a Label?
Could you please tell me what kind of field value you want to copy from the Form to Label? Choice or Text?
Generally, we could set the Label Text with DataCardValue.Text(If it is a TextInput in Form), either you could try DataCardValue.Selected.Value(If it is a dropdown control in Form)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2