When working through App In A Day Workshop I wanted to improve the Approval flow to move the Business Process Flow (BPF) Stage forward if the Device Order was Approved. I have utilized plugins and workflow previously to accomplish this type of action but never with Flow. After doing a quick search i found an article from Elaiza Benitez ( Automatically update the stage of a Business Process Flow with Flow 2.0 ), make sure to check it out it's great. My post here utilizes the techniques Elaiza provided but applies it to the Device Approval Request Flow as part of the App In A Day workshop. Below if the final Device Approval Request. The parts I added to the BPF are outlined in Red. The first thing we need to do is get the Device Procurement Process record for the Device Order that applies to the BPF we build in the workshop. Next we need to parse the returned record using the Parse JSON action. In order to get the schema for this action jus...