I'm trying to take the data from the excel DataSource and place it in a Collection.
I have a Excel Datasource: Table1_2
One field "Supplier_Name"
I have a Collection called "COLLECT_BrandList"
One field "Supplier_Name"
I'm using the function ForAll() Does this seem correct ?
Function:
ForAll(Table1_2, Patch(COLLECT_BrandList, Defaults(COLLECT_BrandList),{Supplier_Name: Supplier_Name}))
Thanks
Dave