Tag Archives: buttons

Action Button in Lists: Set Column Value

SharePoint Lists / Microsoft Lists have a capability that allows you to add a button to a row, which when clicked will set the value of one or more columns in that row.  For example, a “Complete Task” button, when clicked, could set the a status column in a row to “Completed” and set a person field called “Completed by” to the current user’s name.  All of this can be done without the need for any kind of workflow or flow.  You’ll also learn the logic of how to create a button that only shows for a certain person.

I’ll also show you a way to kick off a flow, without the flow panel popping out and without the user having to click to run the flow in multiple dialog boxes.

Read more

Power Apps Tabbed SharePoint Form

In this post, I’ll show you a way to create a form that has the appearance of tabs, using a SharePoint list form customized with PowerApps. Customize your form with PowerApps. (see my previous post on how to do this) The tabs at the top of your form are just going to be buttons, we’ll make them look like tabs.

Read more

InfoPath–”Save and New” button

STOP USING INFOPATH Do you want people to be able to quickly fill in a form on your site, over and over again?  One option for this has always been datasheet view, but sometimes you have a more complex form.  In this post, I’ll show how you can create a button that will save the current record and immediately go

Read more