On the browser screen of my Powerapp I have a drop down to a sharepoint list:. The name of the control is DropdownEvent, the Data Item (SharepointList) is called ObservationEvent and the Column name is Title.
I want to make what users select from the above the default value for all new records added in my EditForm. The edit form points to another SharePoint list “Observations 03” which has a column called Event.
I have seen a number of posts regarding default values for lookup lists but have not been able to get anything to work. I’m also not sure if I should be making the default value in the Data Card or the Combo Box. Any help on the syntax and where it should be is welcomed.
Thanks