Hi,
I'm building an app based on SharePoint lists. I want to make a new form that i want to be populated with defaults value specified in the SharePoint list used as datasource. So, to do that I set the item used in the form to: Defaults(MyDataSrc)
The issue there is that Defaults return only one default value of the list and ignore the others.
Did someone already encouter this behaviour with Defaults function and know how to work around it ?