Is there a way where we can create a collection from PowerApps Gallery which can capture all the items from gallery along with the Input Dropdown values passed by users.
I have tried two methods -
a) Clearcollect required columns from Gallery but it doesn't store the Input values made by user from Drop down field, instead it shows the DataSource values itself which isn't required.
b) Patch the required columns from Gallery to a collection with "For All" and Patch function with This record/This Item property. It's working but running very slow.
I am working on large dataset which goes beyond 2000 records where I am using collections to move data from source to Gallery then Gallery to a new collection with specific columns which are fed by Users and then Patch just those columns through Patch(Datasource,Collection with limited columns) to optimize the Ingestion of data and submission of records by users.
@WarrenBelz , @BCBuizer , @v-bofeng-msft @v-qiaqi-msft , @RezaDorrani