Hello,
I have a form which I would like to be filled in to update table in my dataverse (as a new record) by clicking icon SAVE. The column names in table are exactly the same as in my form.
Here is my line written on SAVE icon on OnSelect:
SubmitForm('Parts', Defaults(Parts), {Name:DataCardValue17, 'Created On':DataCardValue18, Line:DataCardValue20, 'Created By':DataCardValue21, Item:DataCardValue19})
Parts is name of my dataverse table.
What am I doing wrong here, please?