Hi everyone,
I have the following situation:
- SP List with number column (numcol1)
Form in PowerApps with a dropdown corresponding to numcol1. The user answers a question (Options NA,A,B,C,D) and clicks on the dropdown where he can select (NA,A,B,C,D). I placed this as followed into the item property of the dropdown:
ITEMS:["NA;"A";"B";"C";"D"]
Instead of the text presented to the user I want to store numbers in the SP list based on the answers so,
NA in dropdown to no entry in numcol1
A in dropdown to 0 in numcol1
B in dropdown to 1 in numcol1
....
If i open the form at a later point through a gallery it is also important that the text options are displayed in correspondence to the stored number, so the user can change his answer.
Does anyone have an idea how to realize this?
Working on it for ages now and I can't find the solution, but I fell like it must be fairly simple.
Help is much appreciated!