hi,
I'm new to Powerapps, I'm trying to create a canvas app which has custom connector as data source,
I wanted to check that is it possible to display a text value in gallery from other collection data which not mapped to gallery.
let me explain in detail, I have two collection- A & B, A have two column-col1 and col2. similarly B have col3 and col4. here col1 and col3 records are same.
The gallery is mapped to collection A, but now I want to display col4 value in galley based on this comparison=>( ThisItem.col1 = collection B.col3).
Is there any logic or formula to do like this, If yes please support me to share your answer.