Forum Discussion
Sharepoint List Button
- Sep 11, 2019
Hi MjnMixael,
You can use Flow to perform an update item action in the list. Use the SharePoint "For a selected item" trigger. Add a "button" using JSON column formatting to start the Flow - https://github.com/SharePoint/sp-dev-list-formatting/tree/master/column-samples/generic-start-flow.
I hope this helps.
Norm
Hi MjnMixael,
You can use Flow to perform an update item action in the list. Use the SharePoint "For a selected item" trigger. Add a "button" using JSON column formatting to start the Flow - https://github.com/SharePoint/sp-dev-list-formatting/tree/master/column-samples/generic-start-flow.
I hope this helps.
Norm
Oh I see. So that just leaves me with how to get the ID of the user who clicked the button or did I miss something?
Aha. It's included in the For Selected Item Trigger. Excellent.
- Norman YoungSep 11, 2019MVP
Hi MjnMixael,
That will be provided by the SharePoint "For a selected item" trigger. If you need help let me know.
Norm