Thank you for the video. I am having trouble finding the right syntax for using UpdateIf with a modern combo box. UpdateIf( colGridUpdates, ID = ThisItem.ID, { State: cbxStates.Selected.State, //if selection of this combo box not changed, its contents are deleted City: cbxCities.Selected.City, //if selection of this combo box not changed, its contents are deleted Title: txtTitle.Value, Description: txtDescription.Value, DepartureDate: dtDepartureDate.SelectedDate, Priority: {Value: drpPriority.Selected.Value} } ) // The combo box items are coming from a SharePont list
Very nice explanation 👍simple and effective
Very Nice and informative video Dhruvin, You explain concept in detail, Thanks for creating such informative videos..
Thanks for this vídeo, I was search for this at two months!
Thanks for the sharing Dhruvin ! Very useful !
Thanks, dhruvin. Useful thing you have shared
Vero Useful...
Hi Sir , Watching Your Video's From Binary Republik .
Great work
hello Dhruvin,
can you please explain why true is used in updeteIf function.
Thanks.
Thanks for the video..Could you tell me the mic you use to record videos ?
Hi Dhruvin, Thanks for the video.
Could you please share information regarding governance in power platform
instead of employee id if i take alia from finance should have a salary of 45000…how can i do it…? How to use updateif..?
Hey did u figure out on your problem
I have also same doubt
If you did it means
Please reply
Hello makers???
Good to see..someone really noticed!!
Changed a little bit to make a change!!
Thank you for the video. I am having trouble finding the right syntax for using UpdateIf with a modern combo box.
UpdateIf(
colGridUpdates,
ID = ThisItem.ID,
{
State: cbxStates.Selected.State, //if selection of this combo box not changed, its contents are deleted
City: cbxCities.Selected.City, //if selection of this combo box not changed, its contents are deleted
Title: txtTitle.Value,
Description: txtDescription.Value,
DepartureDate: dtDepartureDate.SelectedDate,
Priority: {Value: drpPriority.Selected.Value}
}
)
// The combo box items are coming from a SharePont list