I am trying to add a new record to my "Mantenimiento" table, but I get the error: "The Man_ID field is required." In my database, this field is auto-incrementing; it is the ID that will be added automatically. I don’t know how to make Power Apps not try to fill it in.
I had tried entering it manually from Power Apps, and that worked, but that’s not what I need. My connection to my MySQL database is set up correctly, all my tables appear, but I can’t create a new record because of this. If someone could help me, I would appreciate it.