Hi All,
I'm new to power apps and I'm trying to build an audit app following the youtube tutorial video by Danel Chistian but now I'm stuck at this point (I'm using Sharepoint list as database):
This is my table in which I have the questions for the audit (DomandeAM)

In the homescreen, OnVisible, I create a collection based on the table above (ClearCollect(AM_Collection;DomandeAM)

Then use this collection in a Gallery (Raccolta_Domande)

Then I have another SP list in which I would like to store the results based on the input in the gallery (RisultatiAM)

To store the results I'm using a "submit" bottom with the following function

And as you can see I'm getting this error about the Id field required.
Can't understand why since the ID column is in both the SP list (RisultatiAM) and the collection (AM_Collectiom).
Since I'm new I'm preatty sure I'm missing the basic behavior of this functions.
Could anyone help me please?
If you need more information letme know.
Thank you,
Regards!