All about Checkboxes in Power Apps and using them for more than a Boolean Value

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • This video goes into using checkboxes with SharePoint & PowerApps. From using basic checkboxes to converting from toggle switches. You can even color code checkboxes so they can display multiple values, that way a checkbox can become more than just a boolean. Come check it out!
    My name is Andrew Hess and I am a Power Platform Developer. Please feel free to Like & Subscribe!
    New Button using Navigate and Context Variable:
    Navigate(Screen3,Fade,{varNewForm:true})
    Edit Button Using Navigate and Context Variable:
    Select(Parent);Navigate(Screen3,Fade,{varNewForm:false})
    Save Button on New Screen to Patch:
    If(
    varNewForm,
    Patch(
    MyList,
    {
    Title: TextInput1.Text,
    Checkbox1: Checkbox5.Value,
    Checkbox2: Checkbox6.Value,
    Checkbox3: Checkbox7.Value,
    Grade:Dropdown1.Selected
    }
    ),
    Patch(
    MyList,
    Gallery1.Selected,
    {
    Title: TextInput1.Text,
    Checkbox1: Checkbox5.Value,
    Checkbox2: Checkbox6.Value,
    Checkbox3: Checkbox7.Value,
    Grade:Dropdown1.Selected
    }
    )
    );
    UpdateContext({varNewForm: false});Navigate(Screen2,Fade)
    Chapters
    0:00 Introduction
    2:13 By Default Checkboxes are Toggles
    3:07 Convert a Toggle to a Checkbox
    6:05 Patch Statement for Checkboxes
    8:22 Editing from a Gallery
    8:45 Updating the Template Fill of Gallery
    9:33 Default Property of Checkbox
    11:16 Creating a New Form Button for Patch
    14:04 Creating Form & Gallery on Separate Screens
    15:54 Updating the Default Property of Checkboxes
    19:20 Using more than just Boolean in a Checkbox
    20:42 CheckmarkFill Color
    22:38 Conclusion

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

  • @qianwang2898
    @qianwang2898 Год назад +1

    Great video, thanks Andrew!

  • @geralddahl9159
    @geralddahl9159 Год назад +1

    Coloured checkboxes are neat, thx.

    • @andrewhess123
      @andrewhess123  Год назад

      Thanks for the continuous support Gerald! 😀

  • @wrm8460
    @wrm8460 Год назад +1

    Cool, is there a way to make a drop-down choice into a series of checkboxs that update a SharePoint choice column,?

    • @andrewhess123
      @andrewhess123  Год назад

      Sounds totally possible, but would take a video to explain, thanks for watching W RM!

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

    My Checkbox is using a simple patch statement however when I check it it immediately shows as unchecked. The sharepoint list does update but how annoying. Ever seen that?

  • @seang2012
    @seang2012 9 месяцев назад +1

    Does this not work for Model-Driven apps? I can't find any choice for a checkbox option.

    • @andrewhess123
      @andrewhess123  9 месяцев назад

      No this is for canvas apps, Model Driven apps the UI/UX is less customizable

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

    Hey there! Can you help me? m creating a form and have 2 columns that has the visible condition. This columns only to be visible when the condition is coreect. Follow the conditions:
    If(varTabForm = "Área de Negócio - Detalhamento do Fluxo" && DataCardValue31.Selected.Value = "Yes", true, false)
    I'v the a error with function, may'd help me, please?

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

      What's the error message? The syntax looks correct.

  • @mohamedaffi3816
    @mohamedaffi3816 Год назад

    how to insert checkbox in power pages

    • @andrewhess123
      @andrewhess123  11 месяцев назад

      I don't have any videos as of yet on Power Pages Mohamed.

  • @bsmlivingwater
    @bsmlivingwater Год назад +1

    u deserve a like n subcribe from me