You Won't Believe How Easy Power Apps Text Box Input Control Really Is

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

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

  • @PowerAppsTutorial
    @PowerAppsTutorial  2 ปีที่แล้ว +3

    🚩Here is the playlist for all my videos covering the basics of Power Apps:
    th-cam.com/video/6cxlKbjYQ4I/w-d-xo.html

  • @sundrapillay6668
    @sundrapillay6668 2 ปีที่แล้ว +3

    Thanks Darren for all your good work

  • @seanpedersen2379
    @seanpedersen2379 หลายเดือนก่อน

    Hey there,
    Thanks for the video. I've been wondering. Is it possible to store the text input into a table/data source? I am thinking of it as an alternative to forms.

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

    Thank You so much! so amazing tutorial its help me a lot

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

      Awesome! Thanks for letting me know...makes my day!

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

    🍬 Get my free video course, access to my free community, and, if you would like, you can book a call with me here: go.superpowerlabs.co/opt-in-page-page ⬅

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

    Hey Shane, I have a checklist app with a simple text input control to say "Yes' or 'No' but when you start to type in the input box, it zooms in automatically every time and is quite frustrating for the user as they need to zoom out every time for every question & it can be a little tricky to zoom out too. Do you know if there is a way to stop the app from zooming in?

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

      Hello! That doesn't sound normal, to be honest. What operating system are you on? Are there any apps (perhaps are meant for the visually impaired) on the system that might be doing this?
      -Darren

  • @VijaySharma-dw7we
    @VijaySharma-dw7we 2 ปีที่แล้ว +2

    Very nice work

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

    Thanks a lot, it was really helpful !

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

    Darren, great starter video - I was actually looking to see if you have a tutorial on patching Text Input controls to SharePoint list columns? I am building an App where I have made a custom form that has a layout which isnt possible with using the 'Edit form' control. So I therefore need to patch the controls back to the associated SharePoint list.

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

      Of course! Check out this video here: th-cam.com/video/-OZ-ys2pw0Y/w-d-xo.html

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

      @@PowerAppsTutorial Thanks for this! Any idea how I would deep-link to a patched form in a powerapp?

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

    Hi, I love your videos on Power apps.
    How can I set up a label to show the number value from a Form data card that is formatted as a currency number and show in the label de $ and commas?

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

    Hi Darren,
    Any suggestion you give us on how to insert a column to a text field - so that if i fill the text field the data should save in sharepoint column.
    Please advise Thank you

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

      Sure. You can do this with a form or by using a patch expression.

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

    Hi,
    Thanks for this video.
    Would you be able to help me with; how to have the keyboard locked to caps-on when focussed on a text-input-box. So that everything is typed in upper caps all the time.--specially on mobile

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

      You can't force the characters to show up as upper case as they are typing, however you can use the Upper() function to make it all uppercase before passing it into the database or variable. I hope that helps!

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

      @@PowerAppsTutorial thank you. Much appreciated.

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

    Hi, I love your videos on Power apps. I need a suggestion. I need to calculate the difference between current time and show it in a text box / label. I used the below formula in the Text property of the Text Label
    Minute(now()) - Minute(ProdTime)
    where the ProdTime is a variable which holds a time. When I update this formula, it gives me the hour difference between these two time (lets say 15 minutes). But the challenge is it is dynamic meaning when it past another minute, the text label still shows 15 minutes and doesn't change to 16. How to achieve this?

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

      I might have to create a video to show how to do this. You could just use an If function to check to see if it went past, then use a negative (multiply by -1), then in the else block, use what you currently have. I do have a whole video on converting time. That may be helpful too! th-cam.com/video/Xqgpi2LgQj4/w-d-xo.html

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

    Hi, the first example doesn't work : the reset function is ok. But impossible to reset the text with the expression textinput.text = "new..." ?? What is the solution ?

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

      You have to use the default property in conjunction with Reset. One of the points I was making is that you can't assign a value directly to a textbox programmatically like you can in other programming languages.

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

    You never showed how to make the first example work. You just showed how to reset it. Is there no way to update a text box with text?

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

      No, that's how Power Apps is different. You can't just set a property of a control. What you have to do is create a variable and set it. Then, set the Text Input's default property to that variable. I hope that helps. :)

  • @dandrem.4074
    @dandrem.4074 2 ปีที่แล้ว +1

    I just want to know how to add default text to a datacard v_v and no one knows how.

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

      Did you figure it out ok? Are you referring to a datacard inside a form?

  • @Vrbii
    @Vrbii 4 หลายเดือนก่อน +1

    That is text input not box

    • @PowerAppsTutorial
      @PowerAppsTutorial  4 หลายเดือนก่อน

      That's true. Many people call them Text Boxes still, though. That's why you'll hear me use both names in the video. Thanks for watching! What topic would you like to see me do a video on next?

    • @Vrbii
      @Vrbii 4 หลายเดือนก่อน

      @@PowerAppsTutorialreset text BOX input, cause it doenst have default property 😊

  • @ivancarmenates84
    @ivancarmenates84 2 ปีที่แล้ว +3

    Ohh, sh... that's another ms access programing language.

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

      ha ha.. Is that a good or bad thing? 🤣😂

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

    cool, you save my life

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

      Be sure to get your free Power Apps Crash Course here: go.superpowerlabs.co/superyoutubelanding