Hi guys, I'm having a problem with my UpdateIf() it's not sending the data to my SharePoint List and it changes all the rows too, also, I wish to know what defines the column inside the UpdateIf() to have the ' ' , gonna send a generic code just for you guys see what I'm saying. Also, a have a few Columns that are from choice type
Heres is the code ->
UpdateIf('SharePointList',ID=Form.LastSubmit.ID,
{
Column:{Id: 1, Value:If(Icon_Name.Icon = Icon.Send,DropDown.Selected.Value,First(Filter('SharePointList',ID = id)).Column.Value,
'Column_2': DropDown2.Selected.Value
}
)