Power Apps: Use Patch To Create Records Without Forms [Power Platform Series - Ep. 13]

preview_player
Показать описание
In the 13th episode of Matt’s Power Platform series, he demonstrates the ability to create and utilize collections in Power Apps. A collection in a canvas app is used to store data that you can then tap into throughout your application. In this video, he showcases how to store some pre-made comments that users typically will choose from when filling out a form. This will make the app easier and faster to use for the end user. No more typing in the same comment time after time when making records. Now the user can just check the comments they want and they will populate the form for them.

-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - -
Next step on your journey:

Let's connect:


Pragmatic Works
7175 Hwy 17, Suite 2 Fleming Island, FL 32003
Phone: (904) 638-5743
#PragmaticWorks #MattPeterson

-~-~~-~~~-~~-~-
Please watch: "(275) Free Pragmatic Works Power Apps Component Library "
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thanks for this video. Still trying my wrap head around how to use Patch to create a new record where the source is a SQL table on the server. Also then dealing with not null fields and inserting a default value.

martinc
Автор

Hey guys... Great work keep it up, I have a question for you... in my Patch() all the text input outputs are " " not blank I mean it shows like this iptName.text = " " that output obviously makes the Patch failed however y write the same iptName.text in a text property of a label or button it actually works, so why within the Patch() as updates the text it not read?

johanynavarro