cancel
Showing results for 
Search instead for 
Did you mean: 

Join the discussion

Most Recent
paul_culmsee
Kudo Kingpin
Kudo Kingpin

This article and accompanying video shows how with a little imagination, you can leverage recent managed metadata support in PowerApps in new and interesting ways for tagging content. Also learn some nice tricks around the use of canvas controls and relative positioning of controls

Read more...

darogael
Most Valuable Professional
Most Valuable Professional

This is a continuation of the 'Building PowerApps from Scratch? Use Patch!' blog.

This blog shows you how you can use the Patch function to save to a SharePoint Metadata column in a list.

Read more...

hpkeong
Community Champion
Community Champion

Continue from Part I

 

In the LAST Chapter, I had shared on the basic coding for the UI.

 

Today, I will continue to explain on

- Counter (for No. of Students)

- Saving (in Batch) to another Attendance DataSource

Read more...

hpkeong
Community Champion
Community Champion

CRUD with single record addition, updating or deleting, has no doubt, the most common practice when dealing with database in most of the industries.

 

However, Batch saving of data has always been the most efficient way of data input especially in a group of identical source.

Before the introduction of ForAll function, I had posted in the forum using Timer.OnTimerEnd, Collection and Patch to save a batch of data thru filtering and patching Single Data (record) at a time until the end of the row of the collection. Though the process is a real pain, but it did help temporarily solving batch data saving.

Read more...