I am trying to place a label on a form where I pull the value from another form in the same app and place it when their ID's match. I have the query worked out but am unsure of how to format this in PowerApps so the label displays this queries result.
Here is my query: ('[Administration].[Address_Type]'.name) Where ('[Administration].[Address_Type]'.id) = DataCardValue15
I am trying to display the Address_Type name where the ID matches the current screen (Class) ID.

In the case above the ID is 1 so based on the query and the Type list shown below, the text should read "Default"
