Hello,
I am new to this, and I would like to use the Patch formula to save data inserted into the shown Text Inputs.
I used the below formula, but I am facing an issue with the column types (Person or Group and Number )
Patch('Emp.Resign-List', Defaults( 'Emp.Resign-List' ),
{RequiredStatus:Dropdown3.Selected.Value,
HITSID:HITSIDinput.Text, Name:NAMEinput.Text, Campaign_x002f_Dept_x002e_:CAMPAIGNinput, AccountMgr_x002e__x002f_Head:MGRinput.Text})
