I have an app that allows the user to select options from 3 dropdown boxes. The dropdown boxes that are retrieving data from 2 SharePoint lists called "filters" and "filter dates". I would like to have a way to save the options each users chooses to a new SharePoint list called "filter app".
I tried using a Patch function but I can't seem to get it to work.
Patch('Filter App Barcode Data',Defaults('Filter App Barcode Data'),{Resist: 'Resist Dropdown'.Selected.Result, Deck: 'Deck and Line', Title: DataCardValue9_3})
How do I get the Patch function to work?