Hello!
i made a form in power apss that it submits the data on a SP list.
I have an input choices, that dont want to be repeated currently when i submit the data it creates me several items from the same choice like i would only want 1 item to be shown and each time i select in the form the same choice to be added in the column.
the first SS is how it look when i submit the form.
i want it to look like the second SS. But to do this i have to show all the month inputs in the form and charge all the data at once
My current form has the months input hiding and only shows the month i select on another dropdown so it creates new items everytime i submit in the different months. is there a way to just do this with how i currently i have the my form but the data just to be added in the same line so the level option shows only one time?
i tried doing a patch on the submit button but gave me several errors but when i coud submit it it didnt really submitted anything into the list.
or maybe with a switch function before submitting?
thanks for any answers ! 🙂
this is what is happening currently
but i want it to look like this one where everything is in one line