How to Instantly Duplicate SharePoint List Items

Описание к видео How to Instantly Duplicate SharePoint List Items

In todays video we will see how to instantly duplicate a SharePoint List item directly from the item row. For this very simple Flow we are going to utilize the same JSON Formatting Code we have been using in multiple previous videos showcasing how to trigger a Flow from a SharePoint List Item or Library File Row.

Code for the JSON Column Formatting:

{
"$schema": "https://developer.microsoft.com/json-...",
"elmType": "button",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"Your-Flow-ID\"}"
},
"attributes": {
"class": "ms-fontColor-themePrimary ms-fontColor-themeDarker--hover"
},
"style": {
"border": "none",
"background-color": "transparent",
"cursor": "pointer"
},
"children": [{
"elmType": "span",
"attributes": {
"iconName": "Mail"
},
"style": {
"padding-right": "16px"
}
}]
}

Here is where you can find the different icons to use:
https://uifabricicons.azurewebsites.net/

Hope this helps! Enjoy :)

If you want to learn more about Power Automate in cooperation with SharePoint, you are welcome to follow the channel and subscribe to the playlist here:    / @enea  

Feel Free to follow me on other social media platforms as well:
https://linktr.ee/EneaLicaj

Buy me a pizza 🍕- https://bmc.link/enealicaj

#sharepoint #sharepointonline #powerautomate

Комментарии

Информация по комментариям в разработке