
Hello.
I would like to initiate a flow from a SharePoint List. however, before the flow is initiated, i would like to use to agree to something.
Within the SharePoint list, i noticed that if you select a list item, there is an option to 'Request sign off'
What i would like is the following
1. A user selects a SharePoint List item
2. They Click on 'Request Sign off' - or is it possible to have my own custom wording here, something like 'Request Agreement'?
3. Once a user Clicks on 'Request Sign off', then i would like to add some custom wording, following by a checkbox which a user must check. (If unchecked, then the user will not be able to submit the flow)
4. Once the user clicks the checkbox, then the flow runs.
Thanks