Тёмный
No video :(

Creating an Edit Form and Fixing Defaults in Power Apps 

Andrew Hess
Подписаться 8 тыс.
Просмотров 5 тыс.
50% 1

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

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@andrewhess123
@andrewhess123 4 месяца назад
Hi Everyone, I have moved my recording area to a new room and the sound was a little off because the room was so empty! Working on it, sound issues should be fixed by next week!
@wendymeyer1250
@wendymeyer1250 2 месяца назад
Thanks for this video, Andrew. Your training style is so easy to follow along with.
@andrewhess123
@andrewhess123 2 месяца назад
Appreciate it so much! Thank you Wendy!
@walkingdadjokes6099
@walkingdadjokes6099 4 месяца назад
Cool. Can't wait to see how you fix the 2k delegation thing.
@andrewhess123
@andrewhess123 3 месяца назад
Check out the newest video, we crush delegation 😆ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sVJPqC6h5-o.html
@btsogoo4300
@btsogoo4300 2 месяца назад
hi thank you for you video. When i am using combobox to enter data, column of table which is used Combobox is showing me unknown code. How i fix it?
@muratcaglayan9242
@muratcaglayan9242 4 месяца назад
@14:36 I guess I did a mistake by creating sharepoint lists with all sorts of column types and my patch function is not working properly. For the same topic I have a question: Which data type should I use for foreign keys from other sharepoint lists? Or which data types should I use in juction tables to solve many to many relationships?
@andrewhess123
@andrewhess123 4 месяца назад
Hi Murat, it is still possible to do it with different data types, but it may just become more difficult to maintain in the future. Sometimes I might prefer a choice field instead of a single line text. This part is just preference. And maybe even a Power BI/Data Scientist may disagree with my preference. But the data type for foreign keys from other sharepoint lists should probably most likely be a number type, and you could match that up with the SharePoint ID. Many to Many relationships gets much more difficult because SharePoint is not really a relational database. I will designing more and more and we may go to Dataverse for Teams or even Dataverse/SQL for real relational databases.
@chrisfloom5626
@chrisfloom5626 3 месяца назад
Great videos @andrewhess123. How do you add multiple selections? I want the combo box to have only a limited number of choices, but when I cannot figure out what the update properties are.
@MichaelDeBlasis1369
@MichaelDeBlasis1369 4 месяца назад
I was literally just going nuts trying to fix defaults in Forms... Ha
@andrewhess123
@andrewhess123 4 месяца назад
Perfect, my new video on Monday goes over it even more!
@matthewshimmin764
@matthewshimmin764 4 месяца назад
Help!! Hi Andrew, I’ve been watching some of your videos but I still haven’t managed to fix my issue! I think I’m very lost.. basically I’m Trying to capture some information in a power app and then using a flow, translate this information into a Microsoft word template. I just can’t seem to link it all together, I have the relevant combo boxes in the power app and also the developer text boxes within the word doc. I have also created a flow but can’t seem to trigger it, I have a submit button at the end of the power app, is there a way to connect this button to the flow? I can’t seem to get the code correct in the formula bar. Any help is appreciated 😊 thanks
@andrewhess123
@andrewhess123 4 месяца назад
Hi Matt, so in order to trigger your flow in Power Apps you need to call on your Flow. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Z6ecHW51U5k.htmlsi=r9jP5Iy--lz9WLzE&t=337 You can see in this link where I call the flow, in this video the flow is called FavoriteForPowerApps, then you do .Run with the parameters between the ().
@andrewhess123
@andrewhess123 4 месяца назад
Let me know if that helps? But that whole video uses the new Power Apps V2 trigger in Power Automate to start the flow in Power Apps 😀
@matthewshimmin764
@matthewshimmin764 4 месяца назад
@@andrewhess123 thanks! I have the flow working now, however I’m struggling with my combo boxes and Drop down boxes. In your video you have the selected.value option, I don’t? Any ideas on why?
@andrewhess123
@andrewhess123 4 месяца назад
@@matthewshimmin764 Theres a few reasons to why, it could be the difference between modern or classic, or the difference between dropdowns or comboboxes. But if you convert it to a variable and pass it you should be able to get it. Also, it could be more and more complex like if you have a multi-select.
@matthewshimmin764
@matthewshimmin764 4 месяца назад
@@andrewhess123 hi Andrew, how does one convert it to a variable? My formula box looks like this at the moment: ‘test’.run(FullName2.value, FullName1.value, DropdownCanvas1. ? )
@LatinoTropico
@LatinoTropico 23 дня назад
Sorry. Frustrated powerapp beginner here. Why do all these videos of all these fantastic forms work? Because they use Sharepoint Lists. I have yet to see a successful video or explanation on how to achieve the same results using SQL Server. And yes I did everything I could find - primary key on my table, user with full read write access (owner actually), and yet I still cannot get these damn edit forms to edit anything! They are all "stuck" as display only forms. Arrgh!
@andrewhess123
@andrewhess123 23 дня назад
Hey LatinoTropico, so I have done a few apps with SQL Server on-premise. (so its possible) Actually my first ever production power apps used SQL.. but I guess the main reason is the cost of SQL and it being more difficult to demo. Also SQL requires Power Apps premium for every user who uses it. Usually if people go Power Apps Premium they go straight to Dataverse instead of SQL. I do agree that SQL is actually the most secure way to store the data. My suggestion before I can make a video is start very very very simple. Do a Patch(dbo.yourdatabase,Defaults(),{title:title.text}). Start super simple, then go from there. You can probably find a blog on a simple patch statement for SQL. Also Darren Neese does LIVE demos of using SQL: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-o3GXEnLBgPU.html
@LatinoTropico
@LatinoTropico 22 дня назад
@@andrewhess123 hey thanks for taking my huff and puff. Patch(). I saw glimpses of this during my battles in middle earth, like glints of diamonds in the trough. Lol... Yeah will look at them again this time. And thanks for the suggestions. Cheers from down under.
@LatinoTropico
@LatinoTropico 22 дня назад
Also... Why not go straight to Dataverse? Isn't that the preferred method as per all the docs? IE... security, yada yada?
@andrewhess123
@andrewhess123 22 дня назад
@@LatinoTropico Yeah Microsoft pushes Dataverse more, but some people are more comfortable in SQL. SQL in my opinion is just a little bit more secure than Dataverse. I would say whichever you prefer is best. Dataverse isn't as hard to learn while SQL could have a larger learning curve.
Далее
لدي بط عالق في أذني😰🐤👂
00:17
Просмотров 3,2 млн
Multi-Level Navbar Menu in Power Apps
22:50
Wait! Solve Delegation Easily! In Power Apps Search
29:57