Тёмный

PowerApps - Splitting Forms 

Randy Hayes
Подписаться 1,9 тыс.
Просмотров 20 тыс.
0% 0

Опубликовано:

 

4 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@geoffreytaylor2633
@geoffreytaylor2633 3 года назад
This is the first time I have left a comment for a RU-vid video. An EXCELLENT video. I modified my App to remove patching for Combo Boxes in my save command (about 20 lines of code) to one line of code (Submit Form function). After I made that change, the backwards and forwards navigation in my app went crazy - this video clarifies why. Thankyou - a fantastic easy to understand video.
@randyhayes891
@randyhayes891 3 года назад
So happy to be the first post for you!! And glad you enjoyed the video!
@JoeriBlomberg
@JoeriBlomberg 3 года назад
Perfect! I missed a few steps the first time, but when I watched this video again and followed your precise instructions, it worked exactly like it should. Also, using Patch for the combining of records is quite a big deal. The missing piece of the puzzle in some use cases I'm working on. You don't have a lot of videos on RU-vid (yet?), but the ones you posted are absolutely awesome and every PowerApper should see them. Don't hesitate to post more of this great content 👍
@giorgiosurian2190
@giorgiosurian2190 3 года назад
Besides the incredible and very useful information uou share, your teaching skill and the way you speak are outstanding! Thank you and keep the excellent work
@randyhayes891
@randyhayes891 3 года назад
Wow, thank you very much! I am glad you enjoyed...more to come!
@user-qy4ps3lj8i
@user-qy4ps3lj8i Год назад
this is an underated tutorial. absolutely genius. it was the answer to my problem. i had one form split between two screens. every tutorial, to return the last submit to make a "Review" screen said i had to .lastsubmit. but that only works with one screen. shear genius. i like the use of one variable. i did disable and hide my gallery though
@jt9228
@jt9228 11 месяцев назад
Love, love this video! This solves what I am trying to do (break long records into multiple cleaner looking forms). Thank you for sharing! 💚❤💛🧡
@Drenson1609
@Drenson1609 Месяц назад
I've just gone through this step by step and I receive a 'Network error when using Patch function: The requested operation is invalid'. Any idea if the process has changed since this video was made?
@gregfenwick4906
@gregfenwick4906 8 месяцев назад
Great work, very clever use of the master form and I like the fact this is very simple. Learned a lot from watching this and have replicated for some projects. Keep up the good work. 👍
@user-cq7vd9qr5d
@user-cq7vd9qr5d 8 месяцев назад
This is fabulous and very close to what I need. I have a list that is completed by one person when a NEW item is received but a second person needs to add one field only that would then trigger some planner tasks. Can this be done? I haven't been able to find answers to this and I'm so green with power apps.
@HealthFitness-hn8sz
@HealthFitness-hn8sz 7 месяцев назад
Randy, i'm using Microsoft Lists and created custom form using your teqnique but instead of creating the gallery, I had the data go to the Microsoft list, but now when I click on an item on the list, it doesn't pull the data to edit. Is there a way to fix that?
@kilaj1
@kilaj1 3 года назад
Great video, helped me with my App alot, but I have a question on how to get this to work with attachments. it doesn't seem to be carrying over to the master list
@FlowerBot
@FlowerBot 2 года назад
Thanks, I got an answer to my question about 1/3 the way in - so Edit Forms are never going to work as 'New' forms if you break up the form? So how do you add a new item form to this example, make 3 additional forms? When there's a lot of fields that in itself is a daunting prospect. Can you please explain how to do this with a SharePoint Integration example and how you would create a new form too? I'm trying to do something similar as a SP form and, as many people have recommended patch, that's what I've used - that part actually works fine (for editing/submitting updates) but the handling of 'new' vs 'edit' vs 'view' is turning out to be a diabolical nightmare.
@colby4390
@colby4390 Год назад
I have received this error. Power Apps network error when using patch function. the requested operation is invalid
@shondataliaferro285
@shondataliaferro285 Год назад
I'm getting the same thing! Do you have a People/Group column in your SharePoint list? After googling I'm sort of suspecting that might be the issue in my case.
@jonathanfuentes96
@jonathanfuentes96 Год назад
Hi: EditForm(frmMaster); Navigate(srcnSection1), in power apps, the semicolon appears red, I mean, it gives me an error, why?
@KenWarthen
@KenWarthen 2 года назад
Randy, What's the trick to get this to work with file attachments? - Ken
@davidseverino3489
@davidseverino3489 Год назад
Normally forms do not have a collective on the final screen as you demonstrate. In the case, how can you submit all the collected data using the SubmitForm command if the fields are not present on your final screen? To get around this, I added all the fields used in the previous screens but turned off their visibility. Curious to know if you have a recommendation.
@user-mp5vs4vq5l
@user-mp5vs4vq5l Год назад
Hello! first of all, this video is fantastic and very well explained! I am beginning working with Power Apps and it helped me a lot do exactly what I needed. So big thanks! I have one question though: I am working with a Sharepoint list and, when I want to remove a register, it's not working. I can see the item disappear in the gallery but not in the actual list. I wonder if it has anything to do with the way the form is split but it shouldn't, right? Thanks a lot in advanced!
@nancyflynn3773
@nancyflynn3773 2 года назад
THANK YOU!!! This was a lifesaver.
@michaelshelnutt3534
@michaelshelnutt3534 3 года назад
When I try to play the app, the form on my first page is blank. The Default Mode is FinalForm.Mode, like you said to do, which is set to Edit mode.
@JoeriBlomberg
@JoeriBlomberg 3 года назад
I had something similar and it turned out I forgot to set the global variable (glbCurrentRecord in the video), so it was still blank, which makes the form go blank as well. Maybe this happened in your scenario as well?
@kay-fk6gi
@kay-fk6gi 3 года назад
Very nice Randy
@NOR3MSTI
@NOR3MSTI 2 года назад
this keeps showing the form in view mode or nothing showing, can you update with a sharepoint datasourse please, integration
@trstrean
@trstrean Год назад
Do you know if this works with attachment fields? It works flawlessly with everything else, but it isn't working with my attachment field for some reason.
@victornassiff7578
@victornassiff7578 Год назад
did you got this working with attachments?
@victornassiff7578
@victornassiff7578 Год назад
Hey I found a way, if the data card from the attachment field is named datacard1 you need to place it in the main form attachment field in the item property of the data card like DataCardValue1.Attachments and it will work, hope it helps if you still need.
@trstrean
@trstrean Год назад
@@victornassiff7578 No, I wasn't able to get this working with attachments. I might have found the right syntax, but I had already moved on with a different approach so I didn't have a chance to test it. I was able to get a little more flexibility with the standard form using custom datacards as lines to separate things. It doesn't provide all of the flexibility, but it worked well enough.
@wimmpo
@wimmpo 2 года назад
Great video!! Thank you, is it possible to activate and desactívate bottoms depending your selection in a form dropdown card? Thank you again
@lesliethoka
@lesliethoka Год назад
Great help. Thanks!
@KaiW76
@KaiW76 3 года назад
This is a great video, it helps me so much. But I have one question, I'm using SharePoint as data source and I'm using lookups, it works everything for me and I can patch the list, there is just one thing I can't find a solution for. If I chose a value from the dropdown of the primary lookup column, I'm not able to make the values of the secondary lookups visible. Do you have any Idea?
@MarioMin
@MarioMin Год назад
Thanks Randy! as expected, my users didn't want Attachments on the last page, so I used Patch(,Last(),AttachmentForm.Updates) and it worked ok. Is that safe?
@hljones1885
@hljones1885 2 года назад
Any tips on creating a multiform app with two repeating sections?
@mortzee1
@mortzee1 Год назад
Many Thanks.
@mblherry
@mblherry 3 года назад
Thank is AMAZING!!!!
@victornassiff7578
@victornassiff7578 Год назад
What about the attachment field, how can we make it work?
@victornassiff7578
@victornassiff7578 Год назад
if anyone need this is the solution: if the data card from the attachment field is named datacard1 you need to place it in the main form attachment field in the item property of the data card like DataCardValue1.Attachments and it will work, hope it helps anyone.
@stevenperry2491
@stevenperry2491 3 года назад
How would this be changed if this was a SharePoint list form instead of a straight Canvas app?
@randyhayes891
@randyhayes891 3 года назад
It would be the same thing pretty much. The only difference would be that you would be using the SharePointIntegration (SPI) object. And, for simplicity, set the glbCurrentRecord (referenced in the video) in the OnStart of the app to the Selected of the SPI, plus a little logic for a new record (still setting it to Defaults). I was going to put that into the video as well, but I thought it was getting too long to still qualify as a "quick tip".
@stevenperry2491
@stevenperry2491 3 года назад
@@randyhayes891 Thanks. I set the gblRecord in the OnNew, OnEdit, OnView of the SPI. What is not working for me is getting data entered in frm1 to show/reflect in frm2 (master). I set it up the way you state in the video but nothing. frm1 has a single Combo Box linked to a Choice field. The same ComboBox exists on the master. For the master I do the Patch with the gblRecord and frm1. No change. I tried doing it in the OnChange for the cmb on frm1, no Change. What am I missing?
@stevenperry2491
@stevenperry2491 3 года назад
Also, I am only using 1 screen.
@randyhayes891
@randyhayes891 3 года назад
@@stevenperry2491 What do you mean by only one screen? Are you saying you are splitting the form on one screen? If so, that is actually a simpler scenario to resolve.
@MrRasGull
@MrRasGull Год назад
@@randyhayes891 Hi, I also got it to work for App only but not when I use it with SharePoint New. I tried the following App.OnStart Set(varFormData;Defaults('MyList')) SPI.OnNew I put Set(varFormData;Defaults('MyList')) frm_Section1.Item varFormData frm_Section2.Item varFormData frm_Master.Item Patch(varFormData;frm_Section1.Updates; frm_Section2.Updates) Finally now it works from New in the SharePoint list.
@denniswatson7228
@denniswatson7228 Год назад
This just confused me even more.
Далее
PowerApps Alternating Row Colors in a Gallery
14:33
Просмотров 15 тыс.
A Minecraft Movie | Teaser
01:20
Просмотров 20 млн
Multiple Screen Form Control in Power Apps
29:46
Просмотров 266 тыс.
How to create Tabbed Forms in Power Apps
10:11
Просмотров 216 тыс.
PowerApps - Easy Screen Reset
17:36
Просмотров 15 тыс.
Design your Power Apps Forms | Form Control Tutorial
23:06
PowerApps Forms Plus
2:37:01
Просмотров 14 тыс.
Power Apps Editable Table
20:42
Просмотров 134 тыс.
PowerApps Time Tracker
1:09:01
Просмотров 36 тыс.