Set a Custom Default Value for the Drop Down lookup Control in Microsoft Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 21

  • @ajithkumars2973
    @ajithkumars2973 2 ปีที่แล้ว +1

    Thank you. It is really useful

  • @sebastianfirpo1512
    @sebastianfirpo1512 ปีที่แล้ว +1

    Sos el uno, gracias

  • @jnvc9121
    @jnvc9121 ปีที่แล้ว

    Hi, how do you select an item in the dropdown using a value from a text label. Thanks

  • @nathankendrick3460
    @nathankendrick3460 ปีที่แล้ว

    This is a great option. The only issue I am having is the user accidentally selecting “Select…” and then submitting the form to a single line of text. Any suggestions to avoid this?

    • @ChinoDoesStuff
      @ChinoDoesStuff  ปีที่แล้ว

      You can stop "Select..." from being stored with your record in several ways. One way would be to add this to your validation rules. If you are not sure how to do this then I have a video on how to implement validation in Power Apps - th-cam.com/video/SYUAlSHBpsU/w-d-xo.html.
      Another way would be to trap it when you are saving your record by using an If function within your Patch statement.

  • @magnusjeppesen
    @magnusjeppesen 4 ปีที่แล้ว +2

    Great tip, that solves something I've scratched my head about several times :)
    You would then need to do some logic, that ensures "Select..." is not a value that's 'saveable' to your actual data, right?

    • @ChinoDoesStuff
      @ChinoDoesStuff  4 ปีที่แล้ว

      Hey Magnus.. yes that's right..you need a little bit of logic that detects "Select..." and treats it as blank or a non-select

  • @sonalipatel12
    @sonalipatel12 ปีที่แล้ว

    thank you for the video, the crd96_name is not working for me, if I add that record, the dropdown menu doesn't show any value

  • @mammifero
    @mammifero 3 ปีที่แล้ว +1

    really GREAT video Chino!
    i have one question: with 2 or more dropdown menù i have to create the relative statements in OnStart as many as they are, right ?

  • @zarafarhadi7437
    @zarafarhadi7437 2 ปีที่แล้ว

    Thanks Chino, was a great video. Could you please show how we can do the same in model driven power apps.

  • @bartomiejukacz3897
    @bartomiejukacz3897 3 ปีที่แล้ว

    Hi Chino! is it possible to set default value based on two other dropdown lists?

  • @william_78
    @william_78 3 ปีที่แล้ว

    When I insert the semicolon to separete the new collector occour an error

  • @bhawukhexo9341
    @bhawukhexo9341 3 ปีที่แล้ว

    what if i want to set the value to blank not any other text

    • @ChinoDoesStuff
      @ChinoDoesStuff  3 ปีที่แล้ว

      Did you try and use space or null?

  • @Itsprincessa01
    @Itsprincessa01 3 ปีที่แล้ว

    How do i set a default value for powerapps gallery, i tried Lookup(mycollection, columnname = "value") this didnt work

    • @ChinoDoesStuff
      @ChinoDoesStuff  3 ปีที่แล้ว

      Not sure what you mean by default value for gallery? Like you mean default records the Gallery shows? Use Filter() in that case.