function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex ValavanisAlex Valavanis 

DocuSign Stage Update - Flow

Hi,

This is kiling me. I want to update the stage of the opportunity when DocuSing field sent has a value (Date and time).
Created a flow. But for some reason doesn't fire. What am i doing wrong?
Please see screenshots.

User-added image

User-added image

User-added image

User-added image

User-added image
Mike_M_2Mike_M_2
How are you trigering the flow?
Alex ValavanisAlex Valavanis
Apologies for the small delay. 
Very new to developing. Screenshot below helps?


User-added image
Mike_M_2Mike_M_2
You need to do something to make the flow run. For example, you could have a button on your screen that makes it run. You could have it as a flow-interview in a visualforce page. You could invoke it from a apex class. It sounds to me like what you really want is a WorkFlow. This is an entirely different thing than a VisualFlow.