I'm super new in PowerApps, forgive me lol
Basically I have a small form:
-Name (Text input)
-Type of Request (DropDown ; 3 choices)
-Comments (Text Input)
-Submit (Button that triggers a flow)
I understand that I need to type out the following in the Button's 'OnSelect' attribute:
test.run(txtAddarowintotable_Name,txtAddarowintotable_Type,txtAddarowintotable_Comm)
[Addarowintotable is there becasue I'm adding a row into an excel everytime someone submits the form]
The bolded section above throws me an error. I think it's because the dropdown choices aren't text but I can't seem to convert the values from the dropdown to text. The Items in the Dropdown are literally manually entered as text.
Youtube and Googling haven't helped lmao.
Please help...
Thank you in advance!!!