Hello
I have had no luck searching for an answer to this, so hope someone can help.
I have written a Canvas app that references 4 SharePoint Lists. One of these lists has "Lookup" values used in a ComboBox Control as its items [The Items are set to a collection. The Title column in the list I have renamed "Name" and removed the required setting. I can add this list to a collection as so; (On App Startup).
ClearCollect(colGroups,ShowColumns(Filter('PS - Lookups','Choice Type' = "Location"),'Location Group','Name (Title)'))
When I have come to write a new "admin" a screen where objects are added, or edited, I am having a problem.
When I try to add to a Gallery I get the Name column duplicated;
This then causes a problem if I want to then open a form on a selected item,
Gallery On Select is:
Navigate(PropertyServForm_EditLookup, ScreenTransition.None, {Name: ThisItem.'Name ({Title})'})
This does not work.
I have tried refreshing the data source, deleting and re-adding, but the duplication of Name (title) is still there.
Does anyone have any thoughts, or have seen this before?
Thank you
Stuart