Building my first power app and I have ran into an obstacle. I get the following error when add this to my button which should submit my data and send it to my excel sheet.
The "Filter Change" column in the data source you're updated expects a "Text" type and you're using an "Error" type
I am using the following for my OnSelect for a submit button on my app.
Collect(MSThree,{Filter:MS3Filter.Text,Hepa:MS3Hepa.Text,Pulse:MS3Pulse.Text,'Number of Bags Changed':MSTThreeBagChange.Text,'Filter Change':MS3FC.Text});ResetForm(Form1_2); Navigate('Dust Collector Selection')
The error is related to the Filter Change. If I delete that part then the error goes away. The filter change on my page is a drop down list with "NA,Yes,No" as the three available selections. All I want it to is make it easier for our guys to just select an option. 