Thank you for making the exact thing I needed. Question: could I make input components outside of the gallery that will act as a constant for all rows when patching to share point? Something like a user ID for the individual placing the order.
Yes, you can reference an ID number when patching each row simply by calling that text extbox.text from within your for all patch statement. Hap that helps. I am I. The process of creating a new purchase request and purchase order app where I do just this. Thanks.
Hello, thanks for the video - very useful. Is it possible to create an approval flow based on the group of items collected instead being individual approvals triggered by the separate rows added to the SharePoint list?
Great job. I learned a lot from this video. Thanks for taking the time to create this. Question: is there a way to total all the total column items for a grand total? How can this be done?
This is great, thank you!! I have used this in my app to write rows to a SharePoint list, however is there a way to also make the rows editable and removable back and forth to the SharePoint list? Probably out of scope of your example, but would love to be able to accomplish this. 🙂
Hi Michelle, sure this is possible but a little more complicated. I am working on a new purchase order app that jldoes just this so keep a lookout for that video over the next few weeks.
Hi Thank you so much for this video, Question: could I make input components outside of the gallery that will act as a constant for all rows when patching to share point? Something like a user ID for the individual placing the order.
Just found the answer it is in the defaultselecteditems property {Value:ThisItem.item_emp} where item_emp is the column in my collection table. Thanks for the video
Perfect explanation. This is what I was looking for. Thanks.
Exactly what I needed, thank you for this resource!
Perfect.. Just what I am after. Thanks for sharing !
thank you for sharing...this is solve my case...
Thank you for Knowlege
I have learnt a lot from this video and you have help me a lot, thank you so much for wonderful video and share with us Cheers
Glad to have helped :)
Thank you for making the exact thing I needed. Question: could I make input components outside of the gallery that will act as a constant for all rows when patching to share point? Something like a user ID for the individual placing the order.
Yes, you can reference an ID number when patching each row simply by calling that text extbox.text from within your for all patch statement. Hap that helps. I am I. The process of creating a new purchase request and purchase order app where I do just this. Thanks.
how about, you got it ?
Hello, thanks for the video - very useful. Is it possible to create an approval flow based on the group of items collected instead being individual approvals triggered by the separate rows added to the SharePoint list?
Many Thanks
Thanks for you help. Can I use a dropdown selection instead of a text insert?
I’m trying to do this, but the collection table returns “?”.
Great job. I learned a lot from this video. Thanks for taking the time to create this. Question: is there a way to total all the total column items for a grand total? How can this be done?
Thanks for your feedback, much appreciated. You can achieve the total with the following: Sum(YOUR_GALLERY_NAME.AllItems,NAME_OF_COLUMN_TO_TOTAL)
This is great, thank you!! I have used this in my app to write rows to a SharePoint list, however is there a way to also make the rows editable and removable back and forth to the SharePoint list? Probably out of scope of your example, but would love to be able to accomplish this. 🙂
Hi Michelle, sure this is possible but a little more complicated. I am working on a new purchase order app that jldoes just this so keep a lookout for that video over the next few weeks.
Thank You so much it is great. and it would be greater if can share your data sources as well.
Hi Thank you so much for this video, Question: could I make input components outside of the gallery that will act as a constant for all rows when patching to share point? Something like a user ID for the individual placing the order.
How do you keep the values selected if the control is a combo box, when adding a blank row it clears the selected values?
Just found the answer it is in the defaultselecteditems property {Value:ThisItem.item_emp} where item_emp is the column in my collection table. Thanks for the video
Hello, is there any way to have this functionality in model driven app?
Hi, Please add ability to print the order invoice style, for sure will buy it of you thanks
Hi, is powerapps E3 free for all users,We have E3 license ? And is powerapps capable?does it have performance issues?
For all function is not working now, can you provide alternate step.