PowerApps Tips and Tricks - Create loading spinners, add comments, make your life easier, and more!

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

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

  • @rhysross3712
    @rhysross3712 6 วันที่ผ่านมา +1

    Loading screen. Beautiful. So happy I found this video. If anyone has dynamic displays, where the size changes, look into implementing something like the below for positioning the loading icon:
    X: (Parent.Width)/2 - 100
    Y: (Parent.Height)/2 - 100
    For a loading icon that is 200x200 (I'm sure you can be fancier and reference the images size instead of hardcoding the -100's). Then for the tinted rectangle in the back, just use Parent.Height & Parent.Width. Also, in the latest canvas apps world, you'll need to update the rectangles colour for all it's attributes, otherwise you end up with the hover colour and such.

    • @ShanesCows
      @ShanesCows  5 วันที่ผ่านมา

      Thanks for sharing 👍

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

    It's never too late. Almost 2 years later I discover this video. More incredible tip and spinner it is a must have.
    Thank you shane. Your're my mentor

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

      Glad it helped you Anthony!

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

    I frequently create a "Scrollable Screen", cut and paste the canvas onto the screen I am developing, then place my objects on to various sections. Then I make each section visible with a different variable, collection, etc. This resolves the "too many items on a screen" issue you mentioned as well as creating an interactive popup or pane that can change without needing to navigate to a different screen. I use this in all of my apps. It saves me a ton of headaches.
    Also, I never realized I could click "Run OnStart". (I love how you mention it so casually.) You literally changed my life. I always thought I had to close and reopen. I don't know how I am just now finding out about this. THANK YOU!

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

      Awesome Kyle. 🤩

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

    LOVE the videos, thanks so much! I've gone from zero to working on several apps for different departments with using your videos as my guides. LOVE the spinner!

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

      Glad to help. 😀

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

    Comments are super important, we spend about 80% of our time reading, reading and reading some more code. Thanks for the great videos!

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

      Happy to help 😍

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

    Girl started with PA for work a few months ago. Been watching in all my spare time. Love the channel and knowledge sharing. Much appreciated! Keep up the great work. Wish you much success and happiness!

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

      *got started not girl started

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

      Awesome! Thank you!

  • @elliotalderson3724
    @elliotalderson3724 4 ปีที่แล้ว +3

    I kinda like shanes presentations style. He is funny, informative and a great teacher. Keep going shane!

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

    That Documentation screen is actually very great idea. Using now for the first time as to-do list and ideas and I will use it in the future. Thanks!

  • @DirkManes
    @DirkManes 6 หลายเดือนก่อน +1

    Great tipps. When I see your little version label in the bottom corner it came to my mind that you can link it to another screen where you can inform your user about latest changes you implement.

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

      That's a great idea!

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

    Thank you, Shane! It is an honour to be mentioned in the video. Great tips for everyone to have in the bag.
    Merry Xmas and a Happy New Year, see you in 2020!

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

      Thanks for the assist Adi. Happy holidays

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

    Thank you for that! I really love your way of presenting the information. Very easy to understand.

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

      Thanks for watching!

  • @tenisviejos
    @tenisviejos 4 ปีที่แล้ว +3

    Happy holidays, sensei. Thanks a lot for all the lessons in 2019.

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

      Right back at you. See you next year

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

    Cheeze!!! var record will save me from multiple edit forms from every gallery. Thanks....I am going to go back and set this on my older apps and will be able to delete a few screens in each app, improving performance.
    I can replace this If(varGallery="1", LookUp('AR Log DEV',ID=Gallery1.Selected.ID),If(varGallery="2",LookUp('AR Log DEV',ID=Gallery1_2.Selected.ID), LookUp('AR Log DEV',ID=Gallery2_1.Selected.ID))) With that simple variable.
    Thank you Shane!

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

    Spinner is the winner!!!

  • @72Freshy
    @72Freshy 4 ปีที่แล้ว +1

    Hey Shane, just wanted thanks for the vids; I’ve only discovered power apps in the last couple of weeks and have no experience in coding or formulas so on a steep learning curve... haven’t built an app from scratch yet but I’ll get there I’m sure. Anyway cheers for all the info because I’d seriously be lost without it!!!!

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

      You are welcome Brett

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

    Great tips, Shane. Thank you for these videos. They’re very helpful. My learning curve is beginning to flatten as a result. Looking forward to more in 2020. Happy holidays!

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

    Holy Sh... Shane, thanks a lot! that awesome, one of the best video!! Everything is gonna be a lot easy and faster!

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

    Great tips Shane!!

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

    Happy holidays Shane! Looking forward to 2020 content from Shane. Thanks for the tips and tricks. =)

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

    Merry Christmas Shane...looking forward for more videos in 2020... Happy Holidays

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

      Thanks and Merry Christmas back to you.

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

    Nice Christmas present! Thanks Shane.

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

      Hope you had a great holiday Hans. :)

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

    Hi Shane. Good vids looking forward to the next vids. Enjoy your holidays.

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

      Thanks Johan! Happy holidays to you too.

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

    Happy holidays Shane. Thank you for you effort!!!

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

      Right back at you. 🥳

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

    Great tips thanks Shayne

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

    Brilliant as always, thanks Shane!

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

    man I love your videos..

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

      Thanks. They love you also. 🐶

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

    Hi - awesome video, I’m learning so much from watching them all. I liked the “slow flow” - but wondered how I would create this for my own project? Thanks Shane!

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

      I have a delay until in the Flow. Nothing too fancy 😎

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

    Nice to see you that you are still active, great job. I will consider you a pro (although you already are) 😄 if you let me know way to present users outlook photos in gallery without red error which happens due to missing photos. I tried all ways but it didn't worked.

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

      You have to add If logic to show a missing person photo of the user doesn’t have a photo.

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

      I have actually tried almost all the possible ways I can think of including if function and given up at last, the problem is powerapps considers the image in else function for missing cases but still throws out an error 😔, I have also tried if, if error, not and other suggestions mentioned on powerapps forum but still not figured out yet.

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

      Would you be able to make a video on this or outlook functions and include this problem? I have seen sample app that was using outlook photos of team members and was not throwing any error but was not able to figure out the code.

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

    Super, Shane. Have a nice Christmas time. Gr. Lex

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

      Thanks Lex. You too!

  • @0007bipin
    @0007bipin 4 ปีที่แล้ว +1

    Thank you Shane!!Happy Holidays

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

      Thanks you too Bipin.

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

    You can use the timer to run to slow the processing time rather than using flow to do that and wasting your flow runs.

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

      True. My slow flow is just handy for demos like this. 😎

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

    Shane, you said about sometimes you back and split you app in others apps, because, there are a lot of screens, and this let the studio maker slow!
    I'm passing for this.. is very difficult to create and modify each component in my app.. i have 65 screens! So.. the tips is split this app to let me work in studio?

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

      Correct. Your app is just too big for Studio. Splitting into smaller apps will make your life as the maker much easier.

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

    Hi Shane, I struggled with Set(varRecord, This item) as I didn't have a form on my screen that I was passing the record to. Although I found out that in the 'OnSelect' of a 'Title' control there was already a similar thing, Set(_selectedUser, ThisItem). When I passed _selectUser.DisplayName (or ID, MailNickName), it worked

  • @threewiseman1
    @threewiseman1 4 ปีที่แล้ว +9

    OMG varRecord. I kept asking Microsoft why my selected item would keep going to the first record on the list and got crickets back. Hooray for this!

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

      Yup. That is a big one for sure. 🤩

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

    I have to admit i am confused the turning circle of death doesnt come as a standard feature in powerapps. Back in the days of Windows Phone 8(.1) this was already a thing to be included explicitly by the developer, i thought they'd be moving on a little. Your tutorial really helped me getting my users knowing what the hack is going on while the flow is running in the background. Thanks! :)

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

      Glad to help. It is interesting they don't do it, I agree.

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

    Hi Shane, really curious about that 13 page code block. Would be great to learn about it while sipping on some coffee

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

      It was crazy. I would be afraid to show it to anyone. 😬

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

    I thing this tip about Variable is not working when it comes to Multiply screen Phases.
    For example:
    - first screen only have Gallery,
    - second have only View of some data of main items (there is formula which check whether the specyfic field is empty or not)
    - third have Full view to edit value of all data
    When you submit Third screen the Formula still see the old data, not the newest one which you submitted.

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

    Great stuff. Happy New Year!

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

      Happy new year Mizan

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

    Great video as always. Thank you.

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

      Glad to help. 😀

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

    Thats great so far. Its very helpful to get to know more and more in every video of you and also other friends of you. Just Have an request. why don t you make videos on responsive apps? like how to adjust Round Image in Header Bar, How to make Good responsive app which can be used at all other platforms.

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

      Maybe one day I will thanks for the idea

  • @proasethkosal1394
    @proasethkosal1394 หลายเดือนก่อน +2

    How do you create the "my slow flow" in the Power Automate?

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

      This video shows it. About the 1 minute 20 second mark where I am explaining racing. th-cam.com/video/T6Kl8MGCL5E/w-d-xo.html

  • @mehdid.1022
    @mehdid.1022 3 ปีที่แล้ว +1

    Amazing videos again Shane! Thanks for sharing these tips, too bad I can only push the like button once.
    Quick question: is there a way to customize the background of the app opening loading screen? it shows the app icon with a plain colored background. I'd like to put a picture instead of the plain background.
    Thanks!

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

      Not that I know of. 😟

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

    Hey Shane, I have a question, what's wrong with custom loading spinner? A few days ago, I created a similar example but when I edited for second time, this custom loading spinner doesn't work anymore. I suppose that the property OnSelect of the buttons doen't work multiple code lines, because:
    Set(varShowSpinner, true); // Here show the image
    // Here a Navigate() or Refresh()... (Here time passed, and we can see the custom loading spinner)
    Set(varShowSpinner, false); //Here hide the image
    In the past, this formula was running step by step or line by line, but now I Power Apps run as a single line.
    Do you have any recommendations?

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

      I use this technique all of the time. I hope they didn’t break it and you are just seeing a fluke. Hmmm. I will look tomorrow

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

    Tx for the vídeo.
    I have q looooog form that takes some time to load due to some combo box calculations.
    Is there a way to setup a loading spinner into that form page so that it spins until the form finishes to load (form mode = edit mode).
    Tx

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

      I don’t think I have any good ideas for that. 🤨

  • @paulmelrose-wyatt7620
    @paulmelrose-wyatt7620 4 ปีที่แล้ว +1

    Hi Shane,
    You mentioned in the video you would link us up to how to create the Spinner GIF. I don't see that anywhere in the comments, or maybe I missed it? Can you provide again.

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

      Loading.io 😀

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

    how to create the slow flow? you did show how to configure it? thank you!

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

      Use the delay action in flow and set it to the number of seconds you want yo wait. Then respond to Power Apps when the flow is done.

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

    really cool spinner trick, but is there a way to use that for refreshing a sharepoint list too?

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

      StartSpinner;Refresh;StopSpinner 🤩🤩

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

      @@ShanesCows this is what I instinctively tried too, but it only shows spinner for a split second then the dots span across the top until it loads.. ChatGPT actually resolved it for me, for some reason if(countrows >0,set(spinner, on)) works, no idea why but it’s literally perfect! Sorry Shane looks like you might be out of a job afterall!! 😁😘

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

      @@ShanesCows Just incase it helps someone else...
      Set(varSpinner,true);Refresh('sharepointlist');If(CountRows('sharepointlist') > 0,
      Set(varSpinner, false));Reset(gallery)

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

    Hello Shane, Thanks for showing the simple way to add spinners. However while added with Button 'OnSelect' it is not showing the spinner. Do i need to create the flow as well? If yes, could you please share the steps for that as well? Thanks

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

      Nope no flow required. Maybe check your visible property is set properly

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

    Happy Holiday - good video. Can you do a video on error handling after doing a patch for example. How do you check what error was returned

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

      That would be a solid topic. Errors function is the short answer. Let me see what I can do

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

    Thanks sharing, I have one question, how would you apply this concept to loading data in a gallery, for example after the first 100 records, it will get the next 100 records from the data source.

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

    Hi Shane, great tips, thanks again! I'm a little stuck with the Welcome message in the header. I set the user variable at the start of the app but the Component doesn't recognize it. I assume it has to do with custom properties, but not sure (that's why I'm stuck). I tried to copy a header with that variable working already but didn't do. Thanks.

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

      Components don’t support variables ☹️ Don’t give up by think about your solution a bit differently. Did you watch my components video? Input property is the key.

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

    Shane thank you for all your videos: question about (hidenavbar=true) why this is not a feature in the settings? I couldnt find it

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

      Not sure, just one of those little things I guess

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

    You mentioned showing us how to create a spinner but didn't get to it. I'm in serious need of that right now. Can you share that?

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

      I got the spinner from the website loading.io 😀

  • @kevindibb6534
    @kevindibb6534 4 ปีที่แล้ว +3

    23:55 - I know how to make apps for phone/tablets, how do you make it "full screen" for the web browser?

    • @ShanesCows
      @ShanesCows  4 ปีที่แล้ว +3

      App settings > scale to fit

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

    Hi Shane,
    May be this question is out of context of above video. Can you tell me if I can open a SharePoint Custom List in Power Apps and add fields/columns there where the added fields reference to other Custom List. Once submitted I would like to have those values to go to their respective lists. I will be very much thankful for any reference for this to your existing videos or any other resources.

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

      Yes. Use Patch to update the second list.

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

    Hello, how to create a "slow flow" like here --> 11:47 ?

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

    When I use the varRecord idea in the video, it often will not change the record shown on the Editform. In fact, after this happens, you cannot select the item from the gallery until you select another item from the gallery. It's like it is getting confused as to what item has been selected. I've see this when things are added in the OnSelected of the gallery. I think it's a timing issue, but have no idea how to get this to work. Help please.

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

      I use varRecord in hundreds of apps. I would mess about with your logic. It shouldn’t be making things harder it should be making them easier. 😕

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

    Hi Shane, are you using a flow for the loading spinner because you find the Loading Spinner property for a screen/gallery/form buggy? I have been trying to use it but it just doesn't seem to work. I'm wondering if you've tried it too.

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

      I don’t use a flow normally. Just in this video to make it stay longer.

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

    Hi Shane, with a delegable gallery, how do I show a loading spinner while it is loading items (e.g. first start and when a filtering is happening?) Thanks.

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

    Hi Shane, thank you for your great tutorial videos about Power Apps.
    I love the loading spinner function, but unfortunately my loading spinner doesn't work as it should. Maybe you have an idea what the problem is.
    At the beginning of an OnSelect command I set the spinner variable to "true", then all the other functions and at the end I set the spinner variable to "false" again.
    This also works so well, but on one screen it does not. The only difference to the other screens is that there is no screen swapping with these OnSelect commands.
    I would be happy to get an answer

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

    Tried the Select(Parent) tip. Worked from parent to detail screen but then I couldn't get the subsequent edit screen item to work. Had to change back. :(

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

      Hmmm. Not sure why it didn’t work for you b

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

      @@ShanesCows I'll attempt an investigation

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

    Hi Shane,
    I have gone through your videos it is really awesome...have one question may be it is silly question to ask you.
    What is the best way to show the PA to the end user ...to share the PA URL or place it in SharePoint Embed in or insert it sharepoint power apps web part .
    Thanks
    vish

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

      We usually use the url so they can open it directly in their browser.

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

      @@ShanesCows Thank you Shane for the reply.

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

    Do you have a video on how you are able to include individual photos for each person?

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

      Try this th-cam.com/video/FpXrF5NDZbI/w-d-xo.html

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

    Hi Shane,
    is there any way we can provide the PA for to update the Fields in the Flow and also it should not move until Approver updates the values in PA form.
    Thanks
    Vish

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

      I am not sure what you are asking. Sorry.

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

    Do you have a video on how to get the spinner ?

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

      loading.io/ You can download it from there for free.

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

    varRecord! Thank you for a great tip!

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

      One of my favorites 😻

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

    Hi Shane,
    I have a video that plays automatically as soon as the screen is visible (navigated from previous screen)
    well the video loads like 10 secs. and i want to show a spinner while the video is loading..
    do you have any magic tricks to do that?
    Thanks!

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

      Have the spinner start and not finish until the file is downloaded? All in Onstart

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

    Your solution of using a "slowflow" for the spinner is no longer feasable since there is no more "result" attribute for the powerapp button. Instead I used a Timer component, and used it's OnTimerStart and OntimerEnd attributes.

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

      Odd. Glad you found a work around

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

    can I load data from other list and those items will be a check box on the list new form? can i call ajax jquery call to bring data from db and bind them on form as form details..

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

      Cannot run Ajax. Yes, you can use multiple lists for your data sources. th-cam.com/video/fqH1U0_TanI/w-d-xo.html

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

    Great video. Does the SubmitForm function work as expected if the item is varRecord? What about Patch?

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

    how you create a flow of "myslow flow" ?
    can you just tell us!

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

      Trigger is Power Apps. Then delay 3 minutes is the first actions. Then respond to Power Apps is the last action.

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

    Great work! Could you do a video for offline work?

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

      I am working on exactly that. There is so much trying to scope it. January I hope.

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

    Hey Shane. What if I have a gallery view showing an employee's profile from many employees in my SharePoint list, but gathering the information from the SharePoint list takes a few seconds, I want to show a loading gif and also place the rectangle on the screen in the meantime. Could you please help me out with this?

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

      I don't have a quick answer to showing somethign while the gallery loads. Why is the gallery slow? Are you doing lookups and other calls inside the gallery?

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

      @@ShanesCows Hey Thanks shane I figured it out

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

    Yet another great video, Shane. Thanks. (1) Did I miss you telling us how to make the animated spinner GIF?, (2) I strongly disagree about renaming your controls. I'm a stickler for using a naming "style" as it makes it MUCH easier to use autocomplete in PApps Studio, IMO. Here's our style guide, for what it's worth: www.galtaniumtech.com/PublicResources/GTech%20PowerPlatform%20Style%20Guide.pdf

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

      Https://loading.io to get a gif. Glad you rename all of your controls. I never get that kind of time.

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

    Hi Shane, been using VarRecord in my apps since you released this video, I’ve come across an issue though, wondered if you could offer your help?
    When my page loads, I want the first (top) item in my filtered collection to automatically show, rather than the user actually having to click an item. Is this possible? I’ve tried using the OnVisible attribute to set the variable to the filtered list however it doesn’t seem to work? Also when a record is deleted I’d like to move directly to the next record in the filtered collection. I can delete the record and then set the variable to blank, but can’t get it to auto select the new top item?

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

      Set(varRecord, first(filtered list)) should work

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

      Shane Young thanks will give it a try, would this be in the OnVisible property of the screen?

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

    can you please share SlowFlow details

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

    Is barcode scanner really going away? A quick cursory Google search didn't turn anything up on this, and I'm working up to building an inventory app with it.

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

      Not the new version of it. th-cam.com/video/kWUvttbYpu4/w-d-xo.html

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

      Shane Young I built one, and used your video for how- and it was the first PowerApps I built that come together as I exactly expected it to. Big milestone for me. I’ve got lots in the test dev stage, and even using a few dressed up lists, but they all required me to seek out alternative something or other to get what I wanted. Not this one. Thanks so much, Shane! I watch you a lot, some videos over and over.
      To

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

    Thanks for great tips Shane,
    about the loading spinner, why did you use the "slowflow"? instead of ;
    UpdateContext({VARSPIN: true}); Refresh('****');UpdateContext({VARSPIN: false})

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

      I just like my slow flow. Thought it was fun to show.

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

      @@ShanesCows thanks... yes it was fun & I learned something different.

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

    Great Tip, Shane. Love the App.ActiveScreen.Name.

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

    thankyou.. but how to make slow flow?

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

      Have the trigger be PowerApps. Then have the flow Delay 10 seconds. Then respond to Power Apps. Very simple but effective if you need a delay. :)

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

    Great tip using varRecord instead of Gallery.selected. Having issues though if I add a new record to the gallery using patch and I want the newly added record to be selected. I create two varible called "Added" and "LastID", then use if(Added; LastID) in the gallery "Default". It works but the second "click" resets the gallery and throws me up to the first record. Anoying! Any tips on how to handle this?

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

      Also I've tried to set varRecord to the "LastID" when I patch the record and set "Default" in the gallery to varRecord. This gives me the dynamic I want but the default record always wants to be at the top of the gallery. Gives the gallery a kind of jumping feeling and it looks wierd.

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

      I need to make a video on this. Basically I use VarRecord instead of IsSelected or Selected, including in template fill.

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

    Shane can you recommend a source to learn power apps

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

      Sylvester Hilary this channel is a great starting point

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

      Thanks b0rme. Sylvester check out my classes at training.powerapps911.com