Hi all,
From the simple picture below, I have a Form (red outline) that is connected to a SharePoint List. This Form has a DataCard field called "quarter lookup", which is a lookup field for values housed in another SharePoint List.

I know they're not the same type of data, but is there a way I can autopopulate the Text Label (outside the Form) with the value shown in the quarter lookup (Q1 in this case)?
FYI, I was unsuccessful when I added any the following to the Text Property of the Label: <quarter_lookup_DataCard1.Selected>
<quarter_lookup_DataCard1.Selected.Value>
<DataCardValue1.Selected>
Many thanks,