Forum Discussion
Sharepoint List / Flow - Unable to mark item when approved
Hi Jason Shaw what steps do you currently have within your Flow?
In my head I see it like this (see screenshot):
Trigger: On Item Created (SharePoint)
Action: Approvals: Start an Approval
Condition: IF Approval is Approved THEN Update Item ELSE Do Nothing
As long as your views are configured correctly you don't have to physically move it from one view to another. If you can provide a screenshot of your Flow then that will help us to help you.
- Jason ShawAug 29, 2018Copper Contributor
Thanks for the response. I will grab a screenshot and upload shortly.
- Jason ShawAug 29, 2018Copper Contributor
In my workflow, after CONDITION Approved, If YES - I have action to send approver an email first. Is that the possible issue?
- Jason ShawAug 29, 2018Copper Contributor
I think the issue is that adding the Sharepoint-Update Item action requires an item ID to be manually typed in when setting up the action. I think that is where I get lost. The ID should be created when the new list item is created so I am stuck here...
- Matt WestonAug 29, 2018Iron Contributor
The ID of the list item that you want to update is available from the trigger. So when you use the Update Item action, click in the ID field. If it doesn't bring up the toolbox, click Add dynamic content. You'll then see listed in there, the Trigger, and below that you'll have ID.
- Jason ShawAug 29, 2018Copper Contributor
Screenshots attached
- Matt WestonAug 29, 2018Iron Contributor
Thank you for the screenshots. So the ID field in you second screenshot should come from the Trigger. In the dynamic content toolbox, you should see the title "When a new item is created" and below that ID. That will correspond to the list item ID created by SharePoint when you enter your values.
See my last screenshot for how I've used it.
- Matt WestonSep 01, 2018Iron Contributor
Hi Jason Shaw were you able to resolve your issue?