I want to add Records to SharePoint List from collection.
There are 3 columns in collection
1. Lookup
2. Number
3. Attachment
If anyone know this than send reply
Solved! Go to Solution.
Hi @SanshubhLubal ,
Basically we use below formula to update the collection to data source:
ForAll(collection As C, Patch(YourList, Defaults(YourList), {ListColumn1: C.ColumnName1,...}))
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @SanshubhLubal ,
Basically we use below formula to update the collection to data source:
ForAll(collection As C, Patch(YourList, Defaults(YourList), {ListColumn1: C.ColumnName1,...}))
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
User | Count |
---|---|
161 | |
91 | |
68 | |
64 | |
63 |
User | Count |
---|---|
210 | |
157 | |
93 | |
81 | |
71 |