Forum Discussion
timparsons
Apr 29, 2019Brass Contributor
Assigning list items
I am trying to see if there is a way to add some options to the right click option on a list. For example, I have a list with a column of 'Assigned To'. Rather than highlighting the item, clicking ed...
TimLB
Apr 29, 2019Steel Contributor
timparsons Deploy a custom action to the list items - point to a PowerApp where the user inputs the data required.
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-lists-and-libraries - Search for custom actions. Otherwise if the right click is desired, my best guess to implement this with the modern UI would be to code it with the workbench. Similar logic though - code a right click fly-out menu where you can do X and point to PowerApps where the information can be entered.
timparsons
Apr 29, 2019Brass Contributor
Thank you for this, I'll check it out.