Hi I am new to PowerApps.
I am updating my PowerApps application, with an option to submit New requests via a PowerApps form. This new form will be an upgrade from my previous data entry method which utilized an MS Form. I am updating the system to utilize a custom PowerApps form, in order for me to leverage MS Active directory in 2 people picker fields on the form.
My goal is to have the ability for my stakeholder to be able to submit new requests via the custom form, which has 2 people picker fields, and have the form patch the new record to my SP List. (All requests via the new form are new records).
Below is the custom form and the SP list is should write to.
I am having an issue patching and I am receiving this error :" invalid argument type. expecting a table value but of a different schema, missing column. Your formula is missing a column 'Value' with type of 'Text'"
I have double checked that my SP list are choices and double checked that the source and syntax of my Active directory is correct.
And also used this link as a resource, with no luck: https://www.youtube.com/watch?v=bmft4JFWJiY&t=327s
Any suggestions/recommendations on how to resolve this issues will be appreciated.