I use a PowerApp Form instead of an app but i can make an Submit button 🙂
After the first line, my code doenst work anymore, the first line looks fine:
ClearCollect(Col1;DataCardValue6.SelectedItems;{Value: DataCardValue6.SearchText});
But after this, PowerApps doenst work anymore, this is the code:
ClearCollect(Col1,DataCardValue6.SelectedItems,{Value:DataCardValue6.SearchText});
ClearCollect(Col2,AddColumns(Col1,"'@odata.type'","#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"));
SubmitForm(FormName)
