Hello!
How do I go about taking a selected item from Gallery (1) that displays a preview in Form (2) into a totally different SharePoint List as a new item when clicking the 'Next' button?
For the Next button OnSelect:
With({sel:Gallery1.Selected},
Patch(splist2,Defaults(splist2),{col1:sel.col1, col2:sel.col2, etc.})
replace col1 etc with the appropriate column names in list 1 and 2
User | Count |
---|---|
255 | |
114 | |
93 | |
48 | |
38 |