Power Apps - How to Make an Animated Success Screen

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

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

    Great video, thank you! We had a color predefined in a variable so we had to use the "ColorFade" function combined with your logic. What we did was: 1) add a timer with duration 3000 2) Set the fill of the label to "ColorFade(custom.color.buttonFill, Timer1.Value/Timer1.Duration)" 3) Press the button to see the effect.

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

    This is an awesome video. Thank you for the step by step instruction! Keep these up PLEASE!

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

    Great vid Ben, Specific and straight to the point...really helped alot. Thanks

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

    I've tried to add this to the screen i'm currently working in rather than creating a new one, however it starts automatically. Is there any way i could delay the start until i've clicked submit?

  • @TJ-uu7he
    @TJ-uu7he 5 ปีที่แล้ว +1

    Ben your videos are amazing keep doing it you will gain lot of followers thanks for nice content

  • @charlie-hs1hb
    @charlie-hs1hb 2 ปีที่แล้ว +1

    Thanks man! That was great!!

  • @SS-zi3ky
    @SS-zi3ky 4 ปีที่แล้ว +1

    Great info! Thanks! Yes, I was wondering about a little GIF or something.... But you offer great tips!

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

    fab! easy to follow! thank you

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

      Oh good! Glad you liked it!

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

    This was helpful. Thanks mate

  • @warehousetechie6428
    @warehousetechie6428 5 ปีที่แล้ว

    Can you add sound for the check?

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

    Is it possible to make this with an image?

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

    on timer end navigate to home screen

  • @DarkLord2222222
    @DarkLord2222222 5 ปีที่แล้ว +2

    How to check so it wont go at the Success screen if the form is not filled?
    Nice video

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

      @@sovereignsp based on your response to Antonis I input this variation but it doesnt work.
      If(IsEmpty(DataCardValue1)Or(IsEmpty(DataCardValue2)Or(IsEmpty(DataCardValue3)Or(IsEmpty(DataCardValue4),Or(IsEmpty(DataCardValue8),Navigate(FailScreen,ScreenTransition.Fade)

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

      @@sovereignsp excellent suggestion! Thanks!

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

      @@sovereignsp So, on my "Submit" button I added this: If(IsEmpty(DataCardValue10.Text),Navigate(ProjectFailScreen,ScreenTransition.Fade),Navigate(ProjectSubmitSuccessScreen,ScreenTransition.Fade))
      In the Timer End function on the success screen I entered: CreateSPFolderButton.Run(DataCardValue10.Text)&&Navigate(FormScreen1,ScreenTransition.Fade)
      This helps me create the library folder I needed but only allows me to use the "Title" field (DataCardValue10.Text) to create the name of the folder.
      Once the folder is created it takes me back to the main screen.
      Because I am not able to create screens based on the changed content type (Folder Content Type and Document Content Type) I am trying to figure out how I can open the screen in edit mode, update the form and pass the information back to the library metadata fields.
      Any suggestions?

  • @Alex-dk1um
    @Alex-dk1um 2 ปีที่แล้ว

    Hey, I know this guy! Good man.