Update Vs UpdateIf in Power Apps

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 16

  • @marconeabdala8793
    @marconeabdala8793 Месяц назад

    Thanks for this vídeo, I was search for this at two months!

  • @josecarvajal4410
    @josecarvajal4410 23 дня назад

    Vero Useful...

  • @Front_endgut-tm9cf
    @Front_endgut-tm9cf 10 месяцев назад +1

    Hi Sir , Watching Your Video's From Binary Republik .

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi 10 месяцев назад +1

    Very Nice and informative video Dhruvin, You explain concept in detail, Thanks for creating such informative videos..

  • @bernardnguyen5382
    @bernardnguyen5382 10 месяцев назад

    Thanks for the sharing Dhruvin ! Very useful !

  • @seshasai7348
    @seshasai7348 10 месяцев назад

    Thanks, dhruvin. Useful thing you have shared

  • @v75tan
    @v75tan 10 месяцев назад +1

    Great work

  • @ShaikhBilal13
    @ShaikhBilal13 7 месяцев назад

    hello Dhruvin,
    can you please explain why true is used in updeteIf function.
    Thanks.

  • @kalpeshpatil9
    @kalpeshpatil9 10 месяцев назад

    Hi Dhruvin, Thanks for the video.
    Could you please share information regarding governance in power platform

  • @daXcel7448
    @daXcel7448 10 месяцев назад

    Thanks for the video..Could you tell me the mic you use to record videos ?

  • @deepalisingh9446
    @deepalisingh9446 3 месяца назад

    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..?

    • @teach127
      @teach127 2 месяца назад

      Hey did u figure out on your problem

    • @teach127
      @teach127 2 месяца назад

      I have also same doubt
      If you did it means
      Please reply

  • @dudunek
    @dudunek 10 месяцев назад

    Hello makers???

    • @iamdhruvinshah
      @iamdhruvinshah  10 месяцев назад

      Good to see..someone really noticed!!
      Changed a little bit to make a change!!

  • @dbosset
    @dbosset 8 месяцев назад

    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