Hi,
I'm having some issue creating a gallery in a component I'm hoping someone can help with.
I have created a component, and then added my gallery. I have a custom Input property called "Items" which has a table assigned:
Table(
{
Name: "Name1",
Source: "test",
Number: 3,
Digits: 3,
Primary: "Yes"
}
)
I then assign the Gallery these items within the component.
I add the Component Gallery to my app and then follow the guide here in renaming fields for the items property Map input fields of a component - Power Apps | Microsoft Learn for my actual datasource (Dataverse table)
The issue I'm encountering is that although this works for Text and Number fields, this doesn't work for Lookups. In my app "Source" is a lookup fields and "Primary" is a Yes/No field.
Is there a way to pull through lookups/Choices in a Gallery Component?
Many thanks,

Report
All responses (
Answers (